diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-30 11:05:28 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-30 11:05:28 +0000 |
commit | 0c8eace2c9c704059d9296a518dbf3c0b2f241f7 (patch) | |
tree | 00c93c998522a0fcb90f368077a91c8e8bbd58c8 /packages/xorg-xserver/xserver-kdrive-1.2.0 | |
parent | c25379344f27dee615eb6e9ff7c9100ca4292dbb (diff) |
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.patch | 13 |
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"]) |