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
1 changed files with 5 additions and 1 deletions

View File

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