mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libXinerama: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
de3456eba2
commit
cb699274e3
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build xineramaproto
|
|
||||||
$SCRIPTS/build libXext
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
@ -17,5 +13,4 @@ cd $PKG_BUILD
|
|||||||
--enable-malloc0returnsnull \
|
--enable-malloc0returnsnull \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install libXext
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/src/.libs/libXinerama.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/src/.libs/libXinerama.so* $INSTALL/usr/lib
|
||||||
|
14
packages/x11/lib/libXinerama/meta
Normal file
14
packages/x11/lib/libXinerama/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="libXinerama"
|
||||||
|
PKG_VERSION="1.1.1"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="OSS"
|
||||||
|
PKG_SITE="http://www.X.org"
|
||||||
|
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="libXext"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain xineramaproto libXext"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="x11/lib"
|
||||||
|
PKG_SHORTDESC="libxft: X FreeType library"
|
||||||
|
PKG_LONGDESC="X FreeType library"
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/archive/individual/lib/libXinerama-1.1.1.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user