wok-6.x rev 6492
Added patch to fix xorg-xf86-input-mutouch.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 01 01:31:13 2010 +0000 (2010-10-01) |
parents | 4aebfaf3d1b1 |
children | 3b12cd685505 |
files | xorg-xf86-input-mutouch/receipt |
line diff
1.1 --- a/xorg-xf86-input-mutouch/receipt Fri Oct 01 01:10:31 2010 +0000 1.2 +++ b/xorg-xf86-input-mutouch/receipt Fri Oct 01 01:31:13 2010 +0000 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="Xorg server protocol." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="xorg" 1.7 -BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ 1.8 -xorg-inputproto xorg-randrproto" 1.9 +BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config \ 1.10 +xorg-inputproto xorg-randrproto xorg-xextproto" 1.11 SOURCE="xf86-input-mutouch" 1.12 TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.x.org/" 1.14 @@ -17,6 +17,7 @@ 1.15 compile_rules() 1.16 { 1.17 cd $src 1.18 + patch -p1 -i ../stuff/mutouch-1.2.1-abi.patch 1.19 ./configure \ 1.20 --prefix=/usr \ 1.21 --sysconfdir=/etc \