mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
chrome-libxkbcommon: initial package
This commit is contained in:
parent
61ec1137fe
commit
7b577cc6a6
@ -0,0 +1,19 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
|
. $(get_pkg_directory libxkbcommon)/package.mk
|
||||||
|
|
||||||
|
PKG_NAME="chrome-libxkbcommon"
|
||||||
|
PKG_LONGDESC="libxkbcommon for chrome"
|
||||||
|
PKG_URL=""
|
||||||
|
PKG_DEPENDS_UNPACK+=" libxkbcommon"
|
||||||
|
PKG_BUILD_FLAGS="-sysroot"
|
||||||
|
|
||||||
|
PKG_MESON_OPTS_TARGET="$PKG_MESON_OPTS_TARGET \
|
||||||
|
-Denable-static=false \
|
||||||
|
-Denable-shared=true"
|
||||||
|
|
||||||
|
unpack() {
|
||||||
|
mkdir -p $PKG_BUILD
|
||||||
|
tar --strip-components=1 -xf $SOURCES/${PKG_NAME:7}/${PKG_NAME:7}-$PKG_VERSION.tar.xz -C $PKG_BUILD
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user