mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
harfbuzz-icu: update build to exclude benchmark and tests
This commit is contained in:
parent
a4f763c26d
commit
c144eec522
@ -12,14 +12,16 @@ PKG_DEPENDS_CONFIG="icu"
|
||||
PKG_DEPENDS_UNPACK+=" harfbuzz"
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
PKG_MESON_OPTS_TARGET="-Dcairo=enabled \
|
||||
PKG_MESON_OPTS_TARGET="-Dbenchmark=disabled \
|
||||
-Dcairo=enabled \
|
||||
-Ddocs=disabled \
|
||||
-Dfontconfig=enabled \
|
||||
-Dfreetype=enabled \
|
||||
-Dglib=enabled \
|
||||
-Dgobject=disabled \
|
||||
-Dgraphite=disabled \
|
||||
-Dicu=enabled"
|
||||
-Dicu=enabled \
|
||||
-Dtests=disabled"
|
||||
|
||||
unpack() {
|
||||
mkdir -p ${PKG_BUILD}
|
||||
|
Loading…
x
Reference in New Issue
Block a user