mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #7106 from SupervisedThinking/up_xorg_libs
X11: build shared and/or enable position independent code (pic)
This commit is contained in:
commit
ecb6f6c7b5
@ -10,6 +10,7 @@ PKG_SITE="https://www.X.org"
|
||||
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros xtrans"
|
||||
PKG_LONGDESC="X Inter-Client Exchange (ICE) protocol library."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
|
@ -10,6 +10,7 @@ PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros util-linux libICE"
|
||||
PKG_LONGDESC="This package provides the main interface to the X11 Session Management library."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
|
@ -12,8 +12,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros libXfixes libXext libX11"
|
||||
PKG_LONGDESC="X Composite Library"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
@ -12,8 +12,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros libX11 libXfixes"
|
||||
PKG_LONGDESC="LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
@ -12,8 +12,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros libX11"
|
||||
PKG_LONGDESC="X Fixes Library"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
@ -12,8 +12,7 @@ PKG_DEPENDS_TARGET="toolchain util-macros libX11 libXfixes libXext"
|
||||
PKG_LONGDESC="LibXi provides an X Window System client interface to the XINPUT extension to the X protocol."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
||||
--enable-malloc0returnsnull \
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull \
|
||||
--disable-silent-rules \
|
||||
--disable-docs \
|
||||
--disable-specs \
|
||||
|
@ -12,7 +12,7 @@ PKG_DEPENDS_TARGET="toolchain util-macros libX11"
|
||||
PKG_LONGDESC="The X Rendering Extension introduces digital image composition within the X Window System."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --enable-malloc0returnsnull"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
|
@ -11,7 +11,7 @@ PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VE
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros libXext libXi libX11"
|
||||
PKG_LONGDESC="The Xtst Library"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --with-gnu-ld --without-xmlto"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-gnu-ld --without-xmlto"
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
|
@ -12,5 +12,3 @@ PKG_DEPENDS_TARGET="toolchain util-macros xorgproto"
|
||||
PKG_LONGDESC="libxshmfence is the Shared memory 'SyncFence' synchronization primitive."
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
|
||||
|
Loading…
x
Reference in New Issue
Block a user