File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -532,6 +532,42 @@ packages:
532532 environ :
533533 DESTDIR : ' @THIS_COLLECT_DIR@'
534534
535+ - name : pixman
536+ source :
537+ subdir : ' bundled'
538+ git : ' https://gitlab.freedesktop.org/pixman/pixman.git'
539+ tag : ' pixman-0.40.0'
540+ version : ' 0.40.0'
541+ tools_required :
542+ - host-autoconf-v2.69
543+ - host-automake-v1.16
544+ - host-libtool
545+ - host-pkg-config
546+ regenerate :
547+ - args : ['./autogen.sh']
548+ environ :
549+ ' NOCONFIGURE ' : ' yes'
550+ tools_required :
551+ - host-autoconf-v2.69
552+ - host-automake-v1.16
553+ - host-libtool
554+ - host-pkg-config
555+ - host-gcc
556+ pkgs_required :
557+ - mlibc
558+ - libpng
559+ configure :
560+ - args :
561+ - ' @THIS_SOURCE_DIR@/configure'
562+ - ' --host=x86_64-aero'
563+ - ' --prefix=/usr'
564+ - ' --with-sysroot=@SYSROOT_DIR@' # Set libtool's lt_sysroot.
565+ build :
566+ - args : ['make', '-j@PARALLELISM@']
567+ - args : ['make', 'install']
568+ environ :
569+ DESTDIR : ' @THIS_COLLECT_DIR@'
570+
535571 # The X server accepts requests from client applications to create windows,
536572 # which are (normally rectangular) "virtual screens" that the client program
537573 # can draw into.
@@ -562,6 +598,7 @@ packages:
562598 - openssl
563599 - libxkbfile
564600 - libxfont2
601+ - pixman
565602 configure :
566603 - args :
567604 - ' @THIS_SOURCE_DIR@/configure'
You can’t perform that action at this time.
0 commit comments