[oe-commits] org.oe.dev xserver-kdrive-1.2.0: add library order fix for xcalibrate

pH5 commit openembedded-commits at lists.openembedded.org
Fri Mar 30 11:07:43 UTC 2007


xserver-kdrive-1.2.0: add library order fix for xcalibrate

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 7c111b82864a644dab8b59b53d3514d6d200f3e4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7c111b82864a644dab8b59b53d3514d6d200f3e4
Files:
1
packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch
Diffs:

#
# mt diff -ra6d59a0d4f8e98c4a4162aab4c45c8dda36ec6a6 -r7c111b82864a644dab8b59b53d3514d6d200f3e4
#
# 
# 
# patch "packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch"
#  from [8d044f7ad3b6551201a758f29ceeb18d9e09713c]
#    to [c614c1f7fdb18338dcffc76c149817f4383ca685]
# 
============================================================
--- packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch	8d044f7ad3b6551201a758f29ceeb18d9e09713c
+++ packages/xorg-xserver/xserver-kdrive-1.2.0/enable-xcalibrate.patch	c614c1f7fdb18338dcffc76c149817f4383ca685
@@ -36,3 +36,16 @@ Index: xorg-server-1.2.0/include/kdrive-
  /* 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"])






More information about the Openembedded-commits mailing list