diff options
Diffstat (limited to 'x11-drivers/input-wacom/files/patch-linuxwacom-run_configure')
-rw-r--r-- | x11-drivers/input-wacom/files/patch-linuxwacom-run_configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure index acd35311c258..2f4dccc9f09e 100644 --- a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure +++ b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure @@ -9,3 +9,9 @@ rm -rf linuxwacom-${LINUXWACOM} tar xf linuxwacom-${LINUXWACOM}.tar.bz2 +@@ -14,5 +14,5 @@ + cp files/types.h linuxwacom-${LINUXWACOM}/src/xdrv/asm + cp files/input.h linuxwacom-${LINUXWACOM}/src/xdrv/linux + cd linuxwacom-${LINUXWACOM} +-./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include" ++./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include -DWCM_XORG_XSERVER_1_6=true" |