From: Holger Hans Peter Freyther Date: Tue, 28 Jul 2009 08:39:35 +0000 (+0200) Subject: libxext-1.0.5: Depend on xdmcp as configure wants it X-Git-Tag: Release-2010-05/1~2849 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5322a7b31c6dffbd58881ae830b5598977e9f05;p=openembedded.git 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. --- diff --git a/recipes/xorg-lib/libxext_1.0.5.bb b/recipes/xorg-lib/libxext_1.0.5.bb index 3e8aa50f7c..dea4b68862 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"