X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/cf0db91e394012edc5e4ad324a9f49b86521b447..7b1f1bd35dd9bd3367bf603d97be4f582f8b1b23:/packages/zbar/build.sh diff --git a/packages/zbar/build.sh b/packages/zbar/build.sh index 7ce38765..6cb402e8 100644 --- a/packages/zbar/build.sh +++ b/packages/zbar/build.sh @@ -4,7 +4,10 @@ TERMUX_PKG_VERSION=0.10 TERMUX_PKG_BUILD_REVISION=2 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/zbar/zbar/0.10/zbar-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_DEPENDS="imagemagick" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread --disable-video --without-xshm --without-xv --without-gtk --without-qt --without-python --mandir=$TERMUX_PREFIX/share/man" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pthread +--disable-video --without-xshm --without-xv +--without-x --without-gtk --without-qt +--without-python --mandir=$TERMUX_PREFIX/share/man" termux_step_pre_configure () { # Run autoreconf since we have patched configure.ac