diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-26 16:19:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-26 16:19:09 +0100 |
commit | 9bfbf7b8c434e91681023cd6f357e86a2801412e (patch) | |
tree | c057d8a8b4e0f7dacbd1106e2ffeced9d59f78c6 | |
parent | 8b932e307af6689e3fc55d1826ea538de0db558d (diff) |
hal: add missing dep in consolekit
-rw-r--r-- | recipes/hal/hal.inc | 2 |
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" |