diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-04 10:01:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:08 +0100 |
commit | c238eb278ca0491c4d2ff7babc4b092ea56985f6 (patch) | |
tree | f886198b012b3f3b78eb964ad725dabfd5e1338c /meta/recipes-multimedia/gstreamer | |
parent | 184bb4a00f2a25f5dfd5d949554464d4f49675b5 (diff) | |
download | poky-c238eb278ca0491c4d2ff7babc4b092ea56985f6.tar.gz |
gst-plugins-bad: inherit gsettings
* do_configure fails without native glib-compile-schemas:
| checking for glib-compile-schemas... no
| configure: error: glib-compile-schemas not found.
(From OE-Core master rev: c8ba0ab9ba2a13eab3fdc6aed148c5ee3b53e253)
(From OE-Core rev: 9ad60f1b5ecbe716f14e7d43b16c532383c8a8f8)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@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-bad_0.10.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb index 87f338ffbc..68451f2708 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "gst-plugins-base curl" | |||
10 | 10 | ||
11 | PR = "r4" | 11 | PR = "r4" |
12 | 12 | ||
13 | inherit gettext | 13 | inherit gettext gsettings |
14 | 14 | ||
15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ | 15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ |
16 | --with-plugins=wavpack,mpegvideoparse --disable-vdpau --disable-apexsink \ | 16 | --with-plugins=wavpack,mpegvideoparse --disable-vdpau --disable-apexsink \ |