mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xkbcomp: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eff2a1681a
commit
864a2e8de0
@ -2,9 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
ac_cv_file___xkbparse_c=yes \
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
||||
|
||||
|
14
packages/x11/app/xkbcomp/meta
Normal file
14
packages/x11/app/xkbcomp/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="xkbcomp"
|
||||
PKG_VERSION="1.2.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/app/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libX11"
|
||||
PKG_BUILD_DEPENDS="toolchain libX11"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/app"
|
||||
PKG_SHORTDESC="xkbcomp: Compiles XKB keyboard description"
|
||||
PKG_LONGDESC="The xkbcomp keymap compiler converts a description of an XKB keymap into one of several output formats."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.2.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user