aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-26 16:19:09 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-26 16:19:09 +0100
commit9bfbf7b8c434e91681023cd6f357e86a2801412e (patch)
treec057d8a8b4e0f7dacbd1106e2ffeced9d59f78c6 /recipes/hal
parent8b932e307af6689e3fc55d1826ea538de0db558d (diff)
downloadopenembedded-9bfbf7b8c434e91681023cd6f357e86a2801412e.tar.gz
hal: add missing dep in consolekit
Diffstat (limited to 'recipes/hal')
-rw-r--r--recipes/hal/hal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/hal/hal.inc b/recipes/hal/hal.inc
index 72df07f8bd..80577c9478 100644
--- a/recipes/hal/hal.inc
+++ b/recipes/hal/hal.inc
@@ -9,7 +9,7 @@ S = "${WORKDIR}/hal-${PV}"
inherit autotools pkgconfig
-DEPENDS = "virtual/kernel util-linux-ng dbus-glib udev intltool intltool-native expat virtual/libusb0 gperf-native"
+DEPENDS = "consolekit virtual/kernel util-linux-ng dbus-glib udev intltool intltool-native expat virtual/libusb0 gperf-native"
RDEPENDS += "hal-info udev-utils"
RRECOMMENDS += "eject"