mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge branch 'master' into openelec-pxe
This commit is contained in:
commit
e57057f1a5
@ -38,6 +38,7 @@ cd lib
|
||||
--with-included-libtasn1 \
|
||||
--with-lzo \
|
||||
--with-libz-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--with-libgcrypt \
|
||||
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--disable-nls \
|
||||
--with-gnu-ld
|
||||
@ -57,6 +58,7 @@ cd ../libextra
|
||||
--enable-shared \
|
||||
--with-included-libtasn1 \
|
||||
--with-lzo \
|
||||
--with-libgcrypt \
|
||||
--with-libgcrypt-prefix="$SYSROOT_PREFIX/usr" \
|
||||
--with-gnu-ld
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="gnutls"
|
||||
PKG_VERSION="2.10.5"
|
||||
PKG_VERSION="2.12.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="LGPL"
|
||||
|
@ -31,7 +31,6 @@ XKBCOMP="/usr/bin/xkbcomp" \
|
||||
--enable-compat-rules \
|
||||
--with-xkb-base=$XORG_PATH_XKB \
|
||||
--without-xkb-rules-symlink \
|
||||
--disable-runtime-deps
|
||||
|
||||
make
|
||||
make DESTDIR=`pwd`/.install install
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xkeyboard-config"
|
||||
PKG_VERSION="2.2"
|
||||
PKG_VERSION="2.2.1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user