wok-stable diff xorg-server/receipt @ rev 92

Modified Xorg server and libs to build without xcb
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 03 23:49:26 2008 +0100 (2008-01-03)
parents 35dd72c1429c
children 45fa60409b6a
line diff
     1.1 --- a/xorg-server/receipt	Wed Jan 02 22:26:13 2008 +0100
     1.2 +++ b/xorg-server/receipt	Thu Jan 03 23:49:26 2008 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Xorg server."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="xorg xorg-server-policy"
     1.7 -BUILD_DEPENDS="xorg-dev-proto libxcb-dev xorg-libXfont-dev"
     1.8 +BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.x.org/"
    1.11  WGET_URL="http://xorg.freedesktop.org/releases/individual/xserver/$TARBALL"
    1.12 @@ -33,20 +33,21 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--sysconfdir=/etc \
    1.16 -    	--mandir=/usr/share/man \
    1.17 -    	--localstatedir=/var \
    1.18 -    	--with-module-dir=/usr/lib/X11/modules \
    1.19 -    	--with-xkb-output=/var/lib/xkb \
    1.20 -    	--with-serverconfig-path=/etc/X11 \
    1.21 -    	--with-fontdir=/usr/share/fonts/X11 \
    1.22 -    	--enable-install-setuid \
    1.23 -    	--enable-kdrive \
    1.24 -    	--enable-kdrive-vesa \
    1.25 -    	--with-os-name="SliTaz GNU/Linux" \
    1.26 -    	--with-builder-addr=$MAINTAINER \
    1.27 -    	--disable-dri \
    1.28 -    	--disable-xf86bigfont \
    1.29 -    	$CONFIGURE_ARGS
    1.30 +		--mandir=/usr/share/man \
    1.31 +		--localstatedir=/var \
    1.32 +		--with-module-dir=/usr/lib/X11/modules \
    1.33 +		--with-xkb-output=/var/lib/xkb \
    1.34 +		--with-serverconfig-path=/etc/X11 \
    1.35 +		--with-fontdir=/usr/share/fonts/X11 \
    1.36 +		--enable-install-setuid \
    1.37 +		--enable-kdrive \
    1.38 +		--enable-kdrive-vesa \
    1.39 +		--with-os-name="SliTaz GNU/Linux" \
    1.40 +		--with-builder-addr=$MAINTAINER \
    1.41 +		--disable-dri \
    1.42 +		--disable-xf86bigfont \
    1.43 +		--disable-xorgcfg \
    1.44 +		$CONFIGURE_ARGS
    1.45  	make
    1.46  	make DESTDIR=$PWD/_pkg install
    1.47  }
    1.48 @@ -60,7 +61,9 @@
    1.49  	
    1.50  	cp -a $_pkg/usr/bin $fs/usr
    1.51  	cp -a $_pkg/var/lib $fs/var
    1.52 -	cp -a $_pkg/usr/share/X11 $fs/usr/share
    1.53 +	
    1.54 +	# For xorgcfg
    1.55 +	#cp -a $_pkg/usr/share/X11 $fs/usr/share
    1.56  	
    1.57  	# Remove static libs and all krive
    1.58  	rm $fs/usr/lib/X11/*/*.*a