devilspie: explicitly link with libX11
This commit is contained in:
parent
0e6e20541f
commit
cc230c3e88
@ -5,7 +5,7 @@
|
||||
|
||||
name=devilspie
|
||||
version=0.22
|
||||
release=2
|
||||
release=3
|
||||
source=(http://www.burtonini.com/computing/$name-$version.tar.gz\
|
||||
$name-$version-gtk-2.22.1.patch)
|
||||
|
||||
@ -13,7 +13,8 @@ build() {
|
||||
cd $name-$version
|
||||
patch -p0 -i $SRC/$name-$version-gtk-2.22.1.patch
|
||||
./configure --prefix=/usr --disable-nls \
|
||||
--mandir=/usr/man
|
||||
--mandir=/usr/man \
|
||||
LIBS=-lX11
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user