mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xkeyboard-config: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cf0bee7d6e
commit
951a74bb7e
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build xkbcomp
|
||||
|
||||
cd $PKG_BUILD
|
||||
XKBCOMP="/usr/bin/xkbcomp" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
@ -15,8 +12,5 @@ XKBCOMP="/usr/bin/xkbcomp" \
|
||||
--with-xkb-base=$XORG_PATH_XKB \
|
||||
--without-xkb-rules-symlink \
|
||||
|
||||
# --with-xkb-rules-symlink=xorg
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR=`pwd`/.install install
|
||||
|
14
packages/x11/data/xkeyboard-config/meta
Normal file
14
packages/x11/data/xkeyboard-config/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="xkeyboard-config"
|
||||
PKG_VERSION="2.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://people.freedesktop.org/~svu/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="toolchain xkbcomp"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/data"
|
||||
PKG_SHORTDESC="xkeyboard-config: X keyboard extension data files"
|
||||
PKG_LONGDESC="X keyboard extension data files."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://people.freedesktop.org/~svu/xkeyboard-config-2.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user