From: Fredrik Fornwall Date: Thu, 30 Mar 2017 21:32:04 +0000 (+0200) Subject: libgd: Configure with --without-x X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/4b6a89d5fbcf3a8ac7fd58456b8bde2a1a0588ad?ds=sidebyside libgd: Configure with --without-x --- diff --git a/packages/libgd/build.sh b/packages/libgd/build.sh index c734efe3..1d43ae11 100644 --- a/packages/libgd/build.sh +++ b/packages/libgd/build.sh @@ -6,4 +6,4 @@ TERMUX_PKG_SHA256=487a650aa614217ed08ab1bd1aa5d282f9d379cfd95c756aed0b43406381be TERMUX_PKG_DEPENDS="freetype, fontconfig, libjpeg-turbo, libpng, libtiff" # Disable vpx support for now, look at https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8 # for enabling: -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx --without-x"