mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gwenhywfar: make sure that gtk2 gui is only enabled for cross builds.
This commit is contained in:
parent
5c8cde6b4a
commit
49e6e841ae
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ _dnrel=73
|
||||||
hostmakedepends="pkg-config libgcrypt-devel automake libtool"
|
hostmakedepends="pkg-config libgcrypt-devel automake libtool"
|
||||||
makedepends="libgcrypt-devel gnutls-devel gtk+-devel"
|
makedepends="libgcrypt-devel gnutls-devel gtk+-devel"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--disable-binreloc --with-guis=gtk2"
|
configure_args="--disable-binreloc"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="LGPL"
|
license="LGPL"
|
||||||
homepage="http://www.aquamaniac.de"
|
homepage="http://www.aquamaniac.de"
|
||||||
|
@ -26,6 +26,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
vmove usr/lib/*-qt4*
|
vmove usr/lib/*-qt4*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
configure_args+=" --enable-guis=gtk2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gwenhywfar-gtk_package() {
|
gwenhywfar-gtk_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue