mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
libXdamage: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
16bff6a9d4
commit
cd56b01173
@ -2,12 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build damageproto
|
||||
$SCRIPTS/build fixesproto
|
||||
$SCRIPTS/build libX11
|
||||
$SCRIPTS/build libXfixes
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
@ -16,8 +10,6 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--with-x
|
||||
|
||||
$MAKE
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
|
@ -2,8 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXfixes
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libXdamage.so* $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libXdamage.so* $INSTALL/usr/lib
|
||||
|
16
packages/x11/lib/libXdamage/meta
Normal file
16
packages/x11/lib/libXdamage/meta
Normal file
@ -0,0 +1,16 @@
|
||||
PKG_NAME="libXdamage"
|
||||
PKG_VERSION="1.1.3"
|
||||
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="libX11 libXfixes"
|
||||
PKG_BUILD_DEPENDS="toolchain damageproto fixesproto libX11 libXfixes"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/lib"
|
||||
PKG_SHORTDESC="libXdamage: X11 damaged region extension library"
|
||||
PKG_LONGDESC="LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered)."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.3.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user