ibus: fixed build.
This commit is contained in:
parent
12967046c0
commit
b7e2cd76c8
|
@ -6,7 +6,8 @@ build_style=gnu-configure
|
|||
configure_args="--enable-ui --enable-gtk3 --disable-python
|
||||
--disable-schemas-compile --enable-memconf
|
||||
--disable-schemas-install --enable-dconf --disable-gconf"
|
||||
hostmakedepends="libtool pkg-config intltool dconf GConf python glib-devel"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool
|
||||
dconf GConf python glib-devel"
|
||||
makedepends="dconf-devel>=0.13.90 librsvg-devel gtk+-devel gtk+3-devel
|
||||
vala-devel libnotify-devel hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
||||
|
@ -35,7 +36,7 @@ else
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
|
|
Loading…
Reference in New Issue