wok diff libdrm/receipt @ rev 5494

Up: testdisk (6.11.3)
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 08 00:40:05 2010 +0000 (2010-05-08)
parents 53d61e9e834b
children 8919d637a453
line diff
     1.1 --- a/libdrm/receipt	Wed Jul 15 14:51:40 2009 +0000
     1.2 +++ b/libdrm/receipt	Sat May 08 00:40:05 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdrm"
     1.7 -VERSION="2.4.11"
     1.8 +VERSION="2.4.20"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Freedesktop DRM Library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="glibc-base"
    1.13 -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs"
    1.14 +BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs gc gc-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://dri.freedesktop.org/"
    1.17  WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL"
    1.18 @@ -17,8 +17,9 @@
    1.19  	cd $src
    1.20  	./configure \
    1.21      	--prefix=/usr \
    1.22 +    	--enable-intel \
    1.23      	$CONFIGURE_ARGS &&
    1.24 -	make &&
    1.25 +	make  &&
    1.26  	make DESTDIR=$PWD/_pkg install
    1.27  }
    1.28