aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-28 10:39:35 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-30 17:42:57 +0200
commitc5322a7b31c6dffbd58881ae830b5598977e9f05 (patch)
treef5b39b691d83fdd7417d9a62f033c3d33eec9aba /recipes/xorg-lib
parentedbe31b3acef1b078bd46ea72663adfa98c7ea9c (diff)
downloadopenembedded-c5322a7b31c6dffbd58881ae830b5598977e9f05.tar.gz
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.
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libxext_1.0.5.bb2
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 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"