gpac: avoid building with x11 support

This commit is contained in:
Henrik Grimler 2022-01-14 21:42:54 +01:00
parent 3737ab8f97
commit 423b1fe708
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -7,6 +7,7 @@ TERMUX_PKG_SRCURL=https://github.com/gpac/gpac/archive/v${TERMUX_PKG_VERSION}.ta
TERMUX_PKG_SHA256=3b0ffba73c68ea8847027c23f45cd81d705110ec47cf3c36f60e669de867e0af
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_EXTRA_MAKE_ARGS="STRIP=:"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-x11"
termux_step_pre_configure() {
CFLAGS+=" -fPIC"