wok diff xorg-xf86-video-intel/receipt @ rev 5354

Fixed: apache by adding sed to build depends. libtool uses /usr/bin/sed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:36:12 2010 +0000 (2010-04-28)
parents c9f3d87f42a3
children 7657081f057d
line diff
     1.1 --- a/xorg-xf86-video-intel/receipt	Thu Mar 18 07:34:22 2010 +0000
     1.2 +++ b/xorg-xf86-video-intel/receipt	Wed Apr 28 16:36:12 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-intel"
     1.7 -VERSION="2.7.1"
     1.8 +VERSION="2.11.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server Intel driver."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,9 +12,6 @@
    1.13  WEB_SITE="http://www.x.org/"
    1.14  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.15  
    1.16 -# Note: Here we use the last Intel driver, since the one released with
    1.17 -# Xorg 7.4 dont build with dri support.
    1.18 -
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -36,6 +33,6 @@
    1.23  	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.24      cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    1.25      	$fs/usr/lib/X11/modules/drivers/
    1.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.27 +	#cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.28  }
    1.29