diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-05 13:34:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:30:01 +0000 |
commit | a43b9ef53d880dd76d4965ddcd999b5757a152d1 (patch) | |
tree | e8d799f9568f2067c65ffe7ab368032e429122a3 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |
parent | fb4f05bef4ddd06ed32c3e3e6afd9ce771299af9 (diff) | |
download | poky-a43b9ef53d880dd76d4965ddcd999b5757a152d1.tar.gz |
gstreamer1.0-plugins-base: move freetype dependency into 1.6.3 recipe
The dependency on freetype was dropped shortly after the 1.7.1 release
so is no longer required for the git recipe.
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=183610c035dd6955c9b3540b940aec50474af031
(From OE-Core rev: cf2877828c9cecbbde298af9bc53c42394ada2a4)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 5d18752f8a..e04096c0e8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -2,7 +2,7 @@ require gstreamer1.0-plugins.inc | |||
2 | 2 | ||
3 | LICENSE = "GPLv2+ & LGPLv2+" | 3 | LICENSE = "GPLv2+ & LGPLv2+" |
4 | 4 | ||
5 | DEPENDS += "freetype iso-codes util-linux zlib" | 5 | DEPENDS += "iso-codes util-linux zlib" |
6 | 6 | ||
7 | inherit gettext | 7 | inherit gettext |
8 | 8 | ||
@@ -31,7 +31,6 @@ PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" | |||
31 | 31 | ||
32 | EXTRA_OECONF += " \ | 32 | EXTRA_OECONF += " \ |
33 | --enable-zlib \ | 33 | --enable-zlib \ |
34 | --disable-freetypetest \ | ||
35 | " | 34 | " |
36 | 35 | ||
37 | CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" | 36 | CACHED_CONFIGUREVARS_append_x86 = " ac_cv_header_emmintrin_h=no ac_cv_header_xmmintrin_h=no" |