aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-04-23 07:39:05 +0000
committerEric BĂ©nard <eric@eukrea.com>2013-04-30 21:22:51 +0200
commit3e0ef7abf2fef6434b8a220b324f59b078af5bc8 (patch)
tree8721f5b52e29aa0613728356215b9a0aceda96fc
parent1281b2394488aaf59ead12039e7eaa2f2723220c (diff)
downloadmeta-openembedded-3e0ef7abf2fef6434b8a220b324f59b078af5bc8.tar.gz
xfce4-mixer: add missing dep on libunique
checking for unique-1.0 >= 1.1... not found *** The required package unique-1.0 was not found on your system. *** Please install unique-1.0 (atleast version 1.1) or adjust *** the PKG_CONFIG_PATH environment variable if you *** installed the package in a nonstandard prefix so that *** pkg-config is able to find it. Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
index 1884860ac5..57bcf42ac0 100644
--- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
+++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
inherit xfce-panel-plugin
-DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf"
+DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique"
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"