[oe-commits] Holger Hans Peter Freyther : libxext-1.0.5: Depend on xdmcp as configure wants it

git version control git at git.openembedded.org
Thu Jul 30 15:44:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c5322a7b31c6dffbd58881ae830b5598977e9f05
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5322a7b31c6dffbd58881ae830b5598977e9f05

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Tue Jul 28 10:39:35 2009 +0200

libxext-1.0.5: Depend on xdmcp as configure wants it

libxext 1.0.5 want to have xdmcp, hand it over. prior
versions do not have this requirement.

---

 recipes/xorg-lib/libxext_1.0.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/libxext_1.0.5.bb b/recipes/xorg-lib/libxext_1.0.5.bb
index 3e8aa50..dea4b68 100644
--- a/recipes/xorg-lib/libxext_1.0.5.bb
+++ b/recipes/xorg-lib/libxext_1.0.5.bb
@@ -1,7 +1,7 @@
 require xorg-lib-common.inc
 
 DESCRIPTION = "X11 miscellaneous extension library"
-DEPENDS += "xproto virtual/libx11 xextproto libxau"
+DEPENDS += "xproto virtual/libx11 xextproto libxau xdmcp"
 PROVIDES = "xext"
 PE = "1"
 





More information about the Openembedded-commits mailing list