pixman: 0.42.0

This commit is contained in:
Owen Rafferty 2022-10-18 21:54:35 -05:00
parent d8040c56bb
commit 3f09579d8e
No known key found for this signature in database
4 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-gtk
meson setup \
-Dprefix=/usr \
-Dgtk=disabled \
output
make
make install
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
da8ed9fe2d1c5ef8ce5d1207992db959226bd4e37e3f88acf908fd9a71e2704e
04bcbff1c6de0a2b7efea4816add7d2854c9a7a3542a21ed73fb438859822ab5

1
wayland/pixman/depends Normal file
View File

@ -0,0 +1 @@
meson make

View File

@ -1 +1 @@
0.40.0 1
0.42.0 1