diff options
author | Ismo Puustinen <ismo.puustinen@intel.com> | 2016-12-08 18:58:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:20 +0000 |
commit | eb78c9cd2cf6be02bf5ea84f456d8711c30482b1 (patch) | |
tree | b14e135bd0d65da0afd001a203b0ebbbe69c9d39 /meta/recipes-multimedia/gstreamer | |
parent | 2f945fd8b32c5ebb9dbe3a72a85a6a35bc97149b (diff) | |
download | poky-eb78c9cd2cf6be02bf5ea84f456d8711c30482b1.tar.gz |
gstreamer-vaapi-1.0: check for "opengl" feature
If "opengl" distro feature is not set, libva recipe is skipped. Since
missing libva breaks gstreamer-vaapi-1.0 build, the same check has to be
done in gstreamer-vaapi-1.0 recipe too.
(From OE-Core rev: e87250d801622befa09ddba9ec8ecf7a4dcf902c)
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Khem Raj <raj.khem@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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc index 6dea9cfc3c..59b032455b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi.inc | |||
@@ -16,7 +16,9 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.x | |||
16 | 16 | ||
17 | S = "${WORKDIR}/${REALPN}-${PV}" | 17 | S = "${WORKDIR}/${REALPN}-${PV}" |
18 | 18 | ||
19 | inherit autotools pkgconfig gtk-doc | 19 | inherit autotools pkgconfig gtk-doc distro_features_check |
20 | |||
21 | REQUIRED_DISTRO_FEATURES ?= "opengl" | ||
20 | 22 | ||
21 | PACKAGES =+ "${PN}-tests" | 23 | PACKAGES =+ "${PN}-tests" |
22 | 24 | ||