[oe-commits] org.oe.dev xserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to xcalibrateproto.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Sep 29 03:33:33 UTC 2006


xserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 3156c089fb5cb0355b29f37144b9f906f2777e39
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3156c089fb5cb0355b29f37144b9f906f2777e39
Files:
1
packages/xorg-xserver/xserver-kdrive/xcalibrate.patch
Diffs:

#
# mt diff -rf3852410debd2f0257d5f54d43b81c32351af45f -r3156c089fb5cb0355b29f37144b9f906f2777e39
#
# 
# 
# patch "packages/xorg-xserver/xserver-kdrive/xcalibrate.patch"
#  from [4f18c324abbf8d7e2e3efba1c6b6860f47fcd76f]
#    to [a023ee27cbc1954ff4e6365d62aa071bc98e258c]
# 
============================================================
--- packages/xorg-xserver/xserver-kdrive/xcalibrate.patch	4f18c324abbf8d7e2e3efba1c6b6860f47fcd76f
+++ packages/xorg-xserver/xserver-kdrive/xcalibrate.patch	a023ee27cbc1954ff4e6365d62aa071bc98e258c
@@ -37,7 +37,7 @@
 +AM_CONDITIONAL(XCALIBRATE, [test "x$XCALIBRATE" = xyes])
 +if test "x$XCALIBRATE" = xyes; then
 +	AC_DEFINE(XCALIBRATE, 1, [Build XCalibrate extension])
-+	REQUIRED_MODULES="$REQUIRED_MODULES xcalibrateext"
++	REQUIRED_MODULES="$REQUIRED_MODULES xcalibrateproto"
 +fi
 +
  AM_CONDITIONAL(XEVIE, [test "x$XEVIE" = xyes])






More information about the Openembedded-commits mailing list