mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gimp: disable python for arm* and musl*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
63c13c7962
commit
147564444a
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" dbus-glib-devel gdk-pixbuf-devel pygtk-devel"
|
hostmakedepends+=" dbus-glib-devel gdk-pixbuf-devel pygtk-devel"
|
||||||
configure_args+=" am_cv_python_pythondir=${XBPS_CROSS_BASE}/usr/lib/python2.7/site-packages"
|
configure_args+=" am_cv_python_pythondir=${XBPS_CROSS_BASE}/usr/lib/python2.7/site-packages"
|
||||||
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*|musl*)
|
||||||
|
configure_args+=" --disable-python"
|
||||||
|
subpackages="libgimp gimp-devel"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue