Skip to content

Commit 58d7c62

Browse files
bootstrap::xorg: add pixman
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 0a10b78 commit 58d7c62

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

bootstrap/xorg.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)