mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libXcomposite: build static for all
This commit is contained in:
parent
820ca7d8f3
commit
777de700ca
@ -32,12 +32,7 @@ PKG_LONGDESC="X Composite Library"
|
||||
PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
SHARED_SUPPORT="--disable-shared"
|
||||
if [ "$PROJECT" = "Virtual" ]; then
|
||||
SHARED_SUPPORT="--enable-shared"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static $SHARED_SUPPORT"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
||||
pre_configure_target() {
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user