[oe-commits] Denis 'GNUtoo' Carikli : xfce4-mixer 4.6.1: add gst-plugins-base dependency

git version control git at git.openembedded.org
Tue Mar 1 23:07:30 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d50ab86bdbb410ef6ff81b2439f937db41304011
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d50ab86bdbb410ef6ff81b2439f937db41304011

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Mar  1 23:59:31 2011 +0100

xfce4-mixer 4.6.1: add gst-plugins-base dependency

Without that fix we have:
  checking for gstreamer-plugins-base-0.10 >= 0.10.2... not found
  *** The required package gstreamer-plugins-base-0.10 was not found on your system.
  *** Please install gstreamer-plugins-base-0.10 (atleast version 0.10.2) 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.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/xfce-base/xfce4-mixer_4.6.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xfce-base/xfce4-mixer_4.6.1.bb b/recipes/xfce-base/xfce4-mixer_4.6.1.bb
index 5bc1a0a..9421e1d 100644
--- a/recipes/xfce-base/xfce4-mixer_4.6.1.bb
+++ b/recipes/xfce-base/xfce4-mixer_4.6.1.bb
@@ -1,10 +1,10 @@
 # xfce-mixer-plugin OE build file
 
 DESCRIPTION = "XFCE panel mixer plugin"
-DEPENDS = "libwnck xfce4-panel"
+DEPENDS = "libwnck xfce4-panel gst-plugins-base"
 RDEPENDS_${PN} = "xfce4-panel"
 SECTION = "x11"
-PR = "r3"
+PR = "r4"
 
 inherit xfce46
 





More information about the Openembedded-commits mailing list