diff options
author | Alexandru Palalau <alexandrux.palalau@linux.intel.com> | 2014-03-11 13:19:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:55 +0000 |
commit | ac23389c5a8313a0fbe10627da68d75ff57c4fea (patch) | |
tree | f23d0ea1134ad4be8c3d43cb1fbecf1410c1b350 /meta | |
parent | 6579bf7b97d961ccd730f38aac08a4d840c8d2e5 (diff) | |
download | ast2050-yocto-poky-ac23389c5a8313a0fbe10627da68d75ff57c4fea.zip ast2050-yocto-poky-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.bb | 2 |
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 60de7c0..90efbcc 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 |