libxklavier: fixed configure options
This commit is contained in:
parent
98370f5a8a
commit
d3aa7ceb64
@ -15,4 +15,3 @@ lrwxrwxrwx root/root usr/lib/libxklavier.so.16 -> libxklavier.so.16.1.0
|
||||
-rwxr-xr-x root/root usr/lib/libxklavier.so.16.1.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libxklavier.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -6,20 +6,17 @@
|
||||
|
||||
name=libxklavier
|
||||
version=5.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-doxygen \
|
||||
--with-xkb-base=/etc/share/X11/xkb \
|
||||
--with-x
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/gtk-doc
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user