wok-next diff xorg-xf86-input-mutouch/receipt @ rev 6692

Made smpeg compile with LDFLAGS+-lstdc++. This is so btanks compile.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 12 22:56:00 2010 +0000 (2010-10-12)
parents d7c87b8a2a34
children 07ae722ec64e
line diff
     1.1 --- a/xorg-xf86-input-mutouch/receipt	Fri Feb 05 15:01:53 2010 +0100
     1.2 +++ b/xorg-xf86-input-mutouch/receipt	Tue Oct 12 22:56:00 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 \