spice-gtk: fix for libtool>=2.4.6
This commit is contained in:
parent
25bdf1945d
commit
03cf62fbde
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'spice-gtk'
|
||||
pkgname=spice-gtk
|
||||
version=0.30
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-vala $(vopt_enable gir introspection)
|
||||
--enable-smartcard=no --enable-usbredir --enable-polkit=yes --enable-pie=yes
|
||||
--enable-lz4=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||
--disable-celt051"
|
||||
hostmakedepends="pkg-config libtool intltool vala-devel glib-devel spice-protocol
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake pkg-config libtool gettext-devel intltool vala-devel
|
||||
glib-devel spice-protocol $(vopt_if gir gobject-introspection)"
|
||||
makedepends="acl-devel lz4-devel dbus-glib-devel vala-devel pixman-devel
|
||||
opus-devel libressl-devel libsasl-devel gtk+3-devel pulseaudio-devel
|
||||
libjpeg-turbo-devel polkit-devel libsoup-devel usbredir-devel spice-protocol"
|
||||
|
@ -26,8 +26,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
touch aclocal.m4 config.h.in Makefile.in
|
||||
libtoolize -f
|
||||
autoreconf -if
|
||||
}
|
||||
post_configure() {
|
||||
# Fix wrong path /usr/lib32 when looking for spice.proto
|
||||
|
|
Loading…
Reference in a new issue