use glib with cairo for building gtk
This commit is contained in:
parent
b344c59d4f
commit
c007731926
1 changed files with 5 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue