fribid: remove unrecognized options

This commit is contained in:
MilhouseVH 2019-05-28 18:37:57 +01:00
parent 69df746005
commit a7ff410129

View File

@ -18,9 +18,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--disable-debug \
--disable-deprecated \
--disable-silent-rules \
--enable-charsets \
--with-gnu-ld \
--without-glib"
--with-gnu-ld"
pre_configure_target() {
export CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"