summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexandru Palalau <alexandrux.palalau@linux.intel.com>2014-03-11 13:19:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 12:05:55 +0000
commitac23389c5a8313a0fbe10627da68d75ff57c4fea (patch)
treef23d0ea1134ad4be8c3d43cb1fbecf1410c1b350 /meta
parent6579bf7b97d961ccd730f38aac08a4d840c8d2e5 (diff)
downloadpoky-ac23389c5a8313a0fbe10627da68d75ff57c4fea.tar.gz
gst-plugins-gl: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option. (From OE-Core rev: 1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1) Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb2
1 files changed, 1 insertions, 1 deletions
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"
12 12
13PR = "r4" 13PR = "r4"
14 14
15inherit gettext gconf 15inherit gettext
16 16
17# This package doesn't have a configure switch for EGL or GL, so forcibly tell 17# This package doesn't have a configure switch for EGL or GL, so forcibly tell
18# configure that it can't find gl.h so it always uses EGL. If/when we have some 18# configure that it can't find gl.h so it always uses EGL. If/when we have some