diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-28 10:39:35 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-07-30 17:42:57 +0200 |
commit | c5322a7b31c6dffbd58881ae830b5598977e9f05 (patch) | |
tree | f5b39b691d83fdd7417d9a62f033c3d33eec9aba /recipes/xorg-lib/libxext_1.0.5.bb | |
parent | edbe31b3acef1b078bd46ea72663adfa98c7ea9c (diff) |
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/libxext_1.0.5.bb')
-rw-r--r-- | 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 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" |