From: Cristian Iorga Date: Wed, 19 Feb 2014 13:45:21 +0000 (+0200) Subject: gstreamer1.0-plugins-good: removed dependency on gconf X-Git-Tag: 2015-4~3588 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f8d944860cf1b1c3f4a6c48e4e1bdc9b09ede12;p=openembedded-core.git gstreamer1.0-plugins-good: removed dependency on gconf gconf is no longer used as a configuration system. Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index b6949884e3..06de4da5dd 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc @@ -3,9 +3,9 @@ require gstreamer1.0-plugins.inc LICENSE = "GPLv2+ & LGPLv2.1+" # libid3tag -DEPENDS += "gstreamer1.0-plugins-base gconf zlib bzip2" +DEPENDS += "gstreamer1.0-plugins-base zlib bzip2" -inherit gettext gconf +inherit gettext PACKAGECONFIG ??= " \ @@ -54,5 +54,3 @@ EXTRA_OECONF += " \ ${GSTREAMER_1_0_ORC} \ " -FILES_${PN}-gconfelements += "${sysconfdir}/gconf/schemas/gstreamer-1.0.schemas" -