xfce4-mixer 4.6.1: add gst-plugins-base dependency
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 1 Mar 2011 22:59:31 +0000 (23:59 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 29 Dec 2012 17:37:44 +0000 (19:37 +0200)
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@no-log.org>
recipes/xfce-base/xfce4-mixer_4.6.1.bb

index fde727a..c1ea0cb 100644 (file)
@@ -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