# HG changeset patch # User Christopher Rogers # Date 1285896673 0 # Node ID c3cd7da724c7578e1c40d12e3c827b01b040276f # Parent 4aebfaf3d1b1a1b1fd2a16539805c0bd54982ee0 Added patch to fix xorg-xf86-input-mutouch. diff -r 4aebfaf3d1b1 -r c3cd7da724c7 xorg-xf86-input-mutouch/receipt --- a/xorg-xf86-input-mutouch/receipt Fri Oct 01 01:10:31 2010 +0000 +++ b/xorg-xf86-input-mutouch/receipt Fri Oct 01 01:31:13 2010 +0000 @@ -6,8 +6,8 @@ SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" DEPENDS="xorg" -BUILD_DEPENDS="xorg-server xorg-xproto pkg-config xorg-server-dev \ -xorg-inputproto xorg-randrproto" +BUILD_DEPENDS="xorg-server xorg-server-dev xorg-xproto pkg-config \ +xorg-inputproto xorg-randrproto xorg-xextproto" SOURCE="xf86-input-mutouch" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -17,6 +17,7 @@ compile_rules() { cd $src + patch -p1 -i ../stuff/mutouch-1.2.1-abi.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \