From ced856b3877e4380b480b56b7b96068ebf6911c3 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 1 Mar 2011 23:59:31 +0100 Subject: [PATCH] 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 --- recipes/xfce-base/xfce4-mixer_4.6.1.bb | 4 ++-- 1 file 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 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 -- 2.39.5