mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
xkeyboard-config: update to xkeyboard-config-2.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
15e69e5543
commit
92a02354af
@ -23,15 +23,21 @@
|
|||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
XKBCOMP="/usr/bin/xkbcomp" \
|
|
||||||
|
# broken autoreconf
|
||||||
|
intltoolize --force
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--without-xsltproc \
|
--without-xsltproc \
|
||||||
--enable-compat-rules \
|
--enable-compat-rules \
|
||||||
|
--enable-nls \
|
||||||
|
--disable-rpath \
|
||||||
--with-xkb-base=$XORG_PATH_XKB \
|
--with-xkb-base=$XORG_PATH_XKB \
|
||||||
--without-xkb-rules-symlink \
|
--without-xkb-rules-symlink \
|
||||||
|
--with-gnu-ld \
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=`pwd`/.install install
|
make DESTDIR=`pwd`/.install install
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="xkeyboard-config"
|
PKG_NAME="xkeyboard-config"
|
||||||
PKG_VERSION="2.5.1"
|
PKG_VERSION="2.6"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.X.org"
|
PKG_SITE="http://www.X.org"
|
||||||
PKG_URL="http://www.x.org/releases/individual/data/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://www.x.org/releases/individual/data/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS="toolchain util-macros xkbcomp $ICONV"
|
PKG_BUILD_DEPENDS="toolchain util-macros xkbcomp $ICONV"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user