libxcb: disable unused extensions

This commit is contained in:
Stephan Raue 2014-08-25 15:44:27 +03:00
parent 084649c4b6
commit e3b44b81ed

View File

@ -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*`"