fribidi: switch to use meson

This commit is contained in:
Lukas Rusak 2019-10-21 13:42:59 -07:00
parent 31cb9c012a
commit 3f619059ba
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -10,15 +10,12 @@ PKG_SITE="http://fribidi.freedesktop.org/"
PKG_URL="https://github.com/fribidi/fribidi/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A bidirectional algorithm library."
PKG_TOOLCHAIN="configure"
PKG_TOOLCHAIN="meson"
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--disable-debug \
--disable-deprecated \
--disable-silent-rules \
--with-gnu-ld"
PKG_MESON_OPTS_TARGET="-Ddeprecated=false \
-Ddocs=false \
-Ddefault_library=static"
pre_configure_target() {
export CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"