mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #3931 from lrusak/fribidi-meson
fribidi: switch to use meson
This commit is contained in:
commit
81a345b72b
@ -10,19 +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() {
|
|
||||||
export CFLAGS="$CFLAGS -DFRIBIDI_CHUNK_SIZE=4080"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/bin
|
mkdir -p $SYSROOT_PREFIX/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user