wok rev 4849

xorg-xf86-input-evtouch: ev_calibrate
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 31 22:16:23 2010 +0100 (2010-01-31)
parents 89f43019ced4
children c157ce5b7b85
files xorg-xf86-input-evtouch/receipt
line diff
     1.1 --- a/xorg-xf86-input-evtouch/receipt	Sun Jan 31 20:16:44 2010 +0100
     1.2 +++ b/xorg-xf86-input-evtouch/receipt	Sun Jan 31 22:16:23 2010 +0100
     1.3 @@ -22,6 +22,7 @@
     1.4      	--mandir=/usr/share/man \
     1.5      	--localstatedir=/var \
     1.6      	--with-xorg-module-dir=/usr/lib/X11/modules \
     1.7 +	--enable-evcalibrate \
     1.8      	$CONFIGURE_ARGS &&
     1.9      make &&
    1.10      make DESTDIR=$PWD/_pkg install
    1.11 @@ -30,8 +31,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/lib/X11/modules/input/
    1.16 -    cp -a $_pkg/usr/lib/X11/modules/input/*.so \
    1.17 -    	$fs/usr/lib/X11/modules/input/
    1.18 +    cp -a $_pkg/usr $fs
    1.19 +    rm -f $fs/usr/lib/X11/modules/input/*.la
    1.20  }
    1.21