cairo-compmgr need explicit zlib linking
This commit is contained in:
parent
7f2e0379c8
commit
ed3a21b5c7
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=cairo-compmgr
|
||||
pkgver=0.3.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=2
|
||||
pkgdesc="A Cairo based composite manager"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -30,7 +30,7 @@ build() {
|
|||
sed -i 's!libvala-0.16!libvala-0.18!' configure.ac
|
||||
sed -i 's!libvala-0.16!libvala-0.18!' vapi/cairo-compmgr.deps
|
||||
|
||||
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0"
|
||||
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0 -lz"
|
||||
make
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue