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>
# 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