cairo-compmgr need libdl to build correctly
This commit is contained in:
parent
fd0f731b75
commit
266820eb5c
1 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
|||
# Contributor: Jacob Winther <jacob.winther@gmail.com>
|
||||
|
||||
pkgname=cairo-compmgr-git
|
||||
pkgver=20110923
|
||||
pkgver=20120216
|
||||
pkgrel=1
|
||||
pkgdesc="Cairo based composite manager - Git version"
|
||||
arch=(i686 x86_64)
|
||||
url="http://cairo-compmgr.tuxfamily.org/"
|
||||
license=(GPL)
|
||||
license=(LGPL3)
|
||||
conflicts=(cairo-compmgr)
|
||||
provides=(cairo-compmgr)
|
||||
makedepends=(gettext git gtk-doc "intltool>=0.41" gconf)
|
||||
|
@ -39,7 +39,7 @@ build() {
|
|||
sed -i 's!libvala-0.14!libvala-0.16!' configure.ac
|
||||
sed -i 's!libvala-0.14!libvala-0.16!' vapi/cairo-compmgr.deps
|
||||
|
||||
./autogen.sh --prefix=/usr
|
||||
./autogen.sh --prefix=/usr LIBS=-ldl
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue