aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 19:34:19 -0700
committerKhem Raj <raj.khem@gmail.com>2011-03-31 19:36:46 -0700
commitb60c8a54117077996bdf2b40de0c720140825791 (patch)
tree53240063508748a30a367c63de3937c1e641ecb1 /meta-oe
parentaacf3bff8de14bf01ddfa059f4e9b360f59df43c (diff)
downloadmeta-openembedded-contrib-b60c8a54117077996bdf2b40de0c720140825791.tar.gz
dbus.inc: Add missing dependency on libxdmcp
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/dbus/dbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus.inc b/meta-oe/recipes-core/dbus/dbus.inc
index 40a670aac4..2ae5b1d86b 100644
--- a/meta-oe/recipes-core/dbus/dbus.inc
+++ b/meta-oe/recipes-core/dbus/dbus.inc
@@ -4,7 +4,7 @@ SECTION = "base"
LICENSE = "AFL2.1 | GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
-DEPENDS = "expat virtual/libintl libsm libice virtual/libx11"
+DEPENDS = "expat virtual/libintl libsm libice virtual/libx11 libxdmcp"
INC_PR = "r20"