libgd: Configure with --without-x

This commit is contained in:
Fredrik Fornwall 2017-03-30 23:32:04 +02:00
parent ec8d78e901
commit 4b6a89d5fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"