aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-xserver/xserver-kdrive-1.2.0
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-03-30 11:05:28 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-03-30 11:05:28 +0000
commit0c8eace2c9c704059d9296a518dbf3c0b2f241f7 (patch)
tree00c93c998522a0fcb90f368077a91c8e8bbd58c8 /packages/xorg-xserver/xserver-kdrive-1.2.0
parentc25379344f27dee615eb6e9ff7c9100ca4292dbb (diff)
downloadopenembedded-0c8eace2c9c704059d9296a518dbf3c0b2f241f7.tar.gz
xserver-kdrive-1.2.0: add library order fix for xcalibrate
Diffstat (limited to 'packages/xorg-xserver/xserver-kdrive-1.2.0')
-rw-r--r--packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch b/packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch
index c82aa943d2..11931f83d6 100644
--- a/packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch
+++ b/packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch
@@ -36,3 +36,16 @@ Index: xorg-server-1.2.0/include/kdrive-config.h.in
/* Verbose debugging output hilarity */
#undef DEBUG
+Index: xorg-server-1.2.0/configure.ac
+===================================================================
+--- xorg-server-1.2.0.orig/configure.ac 2007-03-30 12:47:25.000000000 +0200
++++ xorg-server-1.2.0/configure.ac 2007-03-30 12:39:01.000000000 +0200
+@@ -1540,7 +1540,7 @@
+ ;;
+ esac
+ KDRIVE_STUB_LIB='$(top_builddir)/hw/kdrive/src/libkdrivestubs.a'
+- KDRIVE_LIBS="$DIX_LIB $KDRIVE_LIB $KDRIVE_OS_LIB $KDRIVE_PURE_LIBS $KDRIVE_STUB_LIB $TSLIB_LIBS"
++ KDRIVE_LIBS="$DIX_LIB $KDRIVE_LIB $KDRIVE_PURE_LIBS $KDRIVE_OS_LIB $KDRIVE_STUB_LIB $TSLIB_LIBS"
+
+ # check if we can build Xephyr
+ PKG_CHECK_MODULES(XEPHYR, x11 xext xfont xau xdmcp, [xephyr="yes"], [xephyr="no"])