mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libxcb: disable unused extensions
This commit is contained in:
parent
4b2f93b13b
commit
a60c657f3c
@ -32,7 +32,11 @@ PKG_LONGDESC="X C-language Bindings library."
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
||||||
|
--disable-screensaver \
|
||||||
|
--disable-xprint \
|
||||||
|
--disable-selinux \
|
||||||
|
--disable-xvmc"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user