libXdamage: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 19:30:25 +01:00
parent 16bff6a9d4
commit cd56b01173
4 changed files with 18 additions and 14 deletions

View File

@ -2,12 +2,6 @@
. config/options $1 . config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build damageproto
$SCRIPTS/build fixesproto
$SCRIPTS/build libX11
$SCRIPTS/build libXfixes
cd $PKG_BUILD cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
@ -16,8 +10,6 @@ cd $PKG_BUILD
--localstatedir=/var \ --localstatedir=/var \
--disable-static \ --disable-static \
--enable-shared \ --enable-shared \
--with-x
$MAKE
make
$MAKEINSTALL $MAKEINSTALL

View File

@ -2,8 +2,5 @@
. config/options $1 . config/options $1
$SCRIPTS/install libX11
$SCRIPTS/install libXfixes
mkdir -p $INSTALL/usr/lib 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

View 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"

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/lib/libXdamage-1.1.3.tar.bz2