mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libxcb: disable unused extensions
This commit is contained in:
parent
084649c4b6
commit
e3b44b81ed
@ -32,7 +32,11 @@ PKG_LONGDESC="X C-language Bindings library."
|
||||
PKG_IS_ADDON="no"
|
||||
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() {
|
||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user