mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
fribidi: switch to use meson
This commit is contained in:
parent
31cb9c012a
commit
3f619059ba
@ -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_URL="https://github.com/fribidi/fribidi/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="A bidirectional algorithm library."
|
PKG_LONGDESC="A bidirectional algorithm library."
|
||||||
PKG_TOOLCHAIN="configure"
|
PKG_TOOLCHAIN="meson"
|
||||||
PKG_BUILD_FLAGS="+pic"
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
PKG_MESON_OPTS_TARGET="-Ddeprecated=false \
|
||||||
--enable-static \
|
-Ddocs=false \
|
||||||
--disable-debug \
|
-Ddefault_library=static"
|
||||||
--disable-deprecated \
|
|
||||||
--disable-silent-rules \
|
|
||||||
--with-gnu-ld"
|
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"
|
export CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user