xserver-kdrive-1.2: simplify enable-tslib.patch
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 12:05:33 +0000 (12:05 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 Mar 2007 12:05:33 +0000 (12:05 +0000)
packages/xorg-xserver/xserver-kdrive-1.2.0/enable-tslib.patch

index 615f27a..9a59530 100644 (file)
@@ -1,28 +1,3 @@
-Index: xorg-server-1.2.0/hw/kdrive/fbdev/Makefile.am
-===================================================================
---- xorg-server-1.2.0.orig/hw/kdrive/fbdev/Makefile.am 2007-03-29 11:53:24.000000000 +0200
-+++ xorg-server-1.2.0/hw/kdrive/fbdev/Makefile.am      2007-03-29 11:53:27.000000000 +0200
-@@ -6,6 +6,10 @@
- bin_PROGRAMS = Xfbdev
-+if TSLIB
-+TSLIB_FLAG = -lts
-+endif
-+
- libfbdev_a_SOURCES =  \
-       fbdev.c         \
-       fbdev.h
-@@ -16,7 +20,8 @@
- Xfbdev_LDADD =                                                \
-       libfbdev.a                                      \
-       @KDRIVE_LIBS@                                   \
--      @XSERVER_LIBS@                                  
-+      @XSERVER_LIBS@                                  \
-+      $(TSLIB_FLAG)
- Xfbdev_DEPENDENCIES =                                 \
-       libfbdev.a
 Index: xorg-server-1.2.0/configure.ac
 ===================================================================
 --- xorg-server-1.2.0.orig/configure.ac        2007-03-29 13:28:10.000000000 +0200