diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-04-23 07:39:05 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-26 10:00:32 +0200 |
commit | 3558455d3c3269cbf3dbb03a7feb7cf4a125e33a (patch) | |
tree | a93ad928c4071f35f99d6af0b17a0e5ec38bd247 | |
parent | e214ecb24c2234ee512d26a17a6966b790ae9766 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-xfce/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 1884860ac..57bcf42ac 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" | |||
4 | 4 | ||
5 | inherit xfce-panel-plugin | 5 | inherit xfce-panel-plugin |
6 | 6 | ||
7 | DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf" | 7 | DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique" |
8 | 8 | ||
9 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 9 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
10 | 10 | ||