aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-mixer
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2013-04-23 07:39:05 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-26 10:00:32 +0200
commit3558455d3c3269cbf3dbb03a7feb7cf4a125e33a (patch)
treea93ad928c4071f35f99d6af0b17a0e5ec38bd247 /meta-xfce/recipes-apps/xfce4-mixer
parente214ecb24c2234ee512d26a17a6966b790ae9766 (diff)
downloadmeta-openembedded-contrib-3558455d3c3269cbf3dbb03a7feb7cf4a125e33a.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>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-mixer')
-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"