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:33 +0000 |
commit | 1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1 (patch) | |
tree | 068bc46f03243b0bc868b5cd69b200071fa009d0 /meta/recipes-multimedia/gstreamer | |
parent | 0c30f3106a5172b1e58d5cc4eae964923fa6c8e2 (diff) | |
download | openembedded-core-1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1.tar.gz openembedded-core-1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1.tar.bz2 openembedded-core-1bb8c4018c4c52db0934ffcd7cfdf5d5b599a9f1.zip |
gst-plugins-gl: removed gconf inheritance
In order to remove WARN-QA message regarding --disable-schemas-install configure option.
Signed-off-by: Alexandru Palalau <alexandrux.palalau@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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 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 |