From: Alexandru Palalau Date: Tue, 11 Mar 2014 13:19:21 +0000 (+0000) Subject: gst-plugins-gl: removed gconf inheritance X-Git-Tag: 2015-4~3282 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1;p=openembedded-core.git gst-plugins-gl: removed gconf inheritance In order to remove WARN-QA message regarding --disable-schemas-install configure option. Signed-off-by: Alexandru Palalau Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb index 60de7c0a63..90efbcc025 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb @@ -12,7 +12,7 @@ DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng glew" PR = "r4" -inherit gettext gconf +inherit gettext # This package doesn't have a configure switch for EGL or GL, so forcibly tell # configure that it can't find gl.h so it always uses EGL. If/when we have some