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 \
|
--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*
|
||||||
|
|
Loading…
Reference in a new issue