use glib with cairo for building gtk

This commit is contained in:
Ella Stanforth 2021-12-31 12:24:33 +00:00
parent b344c59d4f
commit c007731926

View file

@ -14,7 +14,7 @@ build() {
--buildtype=release \ --buildtype=release \
--prefix=/usr \ --prefix=/usr \
--libexecdir=lib \ --libexecdir=lib \
-Dglib=disabled -Dglib=enabled
samu samu
} }
@ -24,6 +24,10 @@ package() {
DESTDIR=$pkgdir samu install DESTDIR=$pkgdir samu install
} }
backup() {
return
}
license() { license() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
cat COPYING* cat COPYING*