wok diff libdrm/receipt @ rev 18801

syslinux: auto unlzma needs size to work
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 11 17:54:50 2016 +0100 (2016-01-11)
parents e585bcc8453e
children 03b2309fd335
line diff
     1.1 --- a/libdrm/receipt	Tue Dec 10 15:00:10 2013 +0000
     1.2 +++ b/libdrm/receipt	Mon Jan 11 17:54:50 2016 +0100
     1.3 @@ -9,15 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://dri.freedesktop.org/"
     1.6  WGET_URL="http://dri.freedesktop.org/libdrm/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glibc-base udev linux-drm xorg-libpciaccess"
    1.10 -BUILD_DEPENDS="xorg-dev xorg-dev-proto libpthread-stubs-dev gc-dev pkg-config \
    1.11 -udev-dev xorg-libpciaccess-dev"
    1.12 +BUILD_DEPENDS="libpthread-stubs-dev gc-dev pkg-config udev-dev \
    1.13 +xorg-libpciaccess-dev"
    1.14 +#xorg-dev xorg-dev-proto
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20  	./configure \
    1.21  		--enable-intel \
    1.22  		--enable-radeon \