From: Denis 'GNUtoo' Carikli Date: Tue, 1 Mar 2011 22:59:31 +0000 (+0100) Subject: xfce4-mixer 4.6.1: add gst-plugins-base dependency X-Git-Tag: sz_154~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced856b3877e4380b480b56b7b96068ebf6911c3;p=openembedded.git 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 --- diff --git a/recipes/xfce-base/xfce4-mixer_4.6.1.bb b/recipes/xfce-base/xfce4-mixer_4.6.1.bb index fde727a04a..c1ea0cb38c 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