mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
ibus: fixed build.
This commit is contained in:
parent
12967046c0
commit
b7e2cd76c8
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ build_style=gnu-configure
|
||||||
configure_args="--enable-ui --enable-gtk3 --disable-python
|
configure_args="--enable-ui --enable-gtk3 --disable-python
|
||||||
--disable-schemas-compile --enable-memconf
|
--disable-schemas-compile --enable-memconf
|
||||||
--disable-schemas-install --enable-dconf --disable-gconf"
|
--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
|
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"
|
vala-devel libnotify-devel hicolor-icon-theme iso-codes dbus-x11 python-xdg"
|
||||||
depends="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
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue