wok rev 12942

libxcb: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 30 17:31:03 2012 +0200 (2012-05-30)
parents 1bd58ffde448
children 8f0646eb1a45
files libxcb/receipt
line diff
     1.1 --- a/libxcb/receipt	Wed May 30 17:27:58 2012 +0200
     1.2 +++ b/libxcb/receipt	Wed May 30 17:31:03 2012 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./autogen.sh \
     1.8 +	./configure \
     1.9  		--enable-xinput \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make && make DESTDIR=$DESTDIR install