mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xkbcomp: update to xkbcomp-1.2.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f22a77e8d5
commit
abe52b1f9e
@ -6,11 +6,11 @@ $SCRIPTS/build toolchain
|
|||||||
$SCRIPTS/build libX11
|
$SCRIPTS/build libX11
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
|
ac_cv_file___xkbparse_c=yes \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$STRIP $1
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install libX11
|
$SCRIPTS/install libX11
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
cp $PKG_BUILD/$1 $INSTALL/usr/bin
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.1.1.tar.bz2
|
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.2.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user