[oe-commits] Koen Kooi : xfce4-mixer: add missing dep on libunique

git at git.openembedded.org git at git.openembedded.org
Tue May 7 19:50:08 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 3e0ef7abf2fef6434b8a220b324f59b078af5bc8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3e0ef7abf2fef6434b8a220b324f59b078af5bc8

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Apr 23 07:39:05 2013 +0000

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 at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb |    2 +-
 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 1884860..57bcf42 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"
 





More information about the Openembedded-commits mailing list