mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
chrome-libxkbcommon: correct meson build options
This commit is contained in:
@@ -9,10 +9,6 @@ PKG_URL=""
|
|||||||
PKG_DEPENDS_UNPACK+=" libxkbcommon"
|
PKG_DEPENDS_UNPACK+=" libxkbcommon"
|
||||||
PKG_BUILD_FLAGS="-sysroot"
|
PKG_BUILD_FLAGS="-sysroot"
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET="${PKG_MESON_OPTS_TARGET} \
|
|
||||||
-Denable-static=false \
|
|
||||||
-Denable-shared=true"
|
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
mkdir -p ${PKG_BUILD}
|
mkdir -p ${PKG_BUILD}
|
||||||
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
|
tar --strip-components=1 -xf ${SOURCES}/${PKG_NAME:7}/${PKG_NAME:7}-${PKG_VERSION}.tar.xz -C ${PKG_BUILD}
|
||||||
|
|||||||
Reference in New Issue
Block a user