aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-06 17:27:30 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:33 -0700
commit0055684612edddae0f041e984c8497c5e5b32e74 (patch)
tree6d9aae53335983ea9cad3e9342052b5ecbe5df76
parent323f5d88e319d0aa32ea8aee2cf52d0a6bf2b10b (diff)
downloadmeta-openembedded-0055684612edddae0f041e984c8497c5e5b32e74.tar.gz
libvdpau: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/vdpau/libvdpau_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb
index 31f4df4864..31bcce066f 100644
--- a/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb
+++ b/meta-oe/recipes-graphics/vdpau/libvdpau_git.bb
@@ -12,7 +12,9 @@ SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
+inherit distro_features_check autotools pkgconfig
+
+REQUIRED_DISTRO_FEATURES = "x11"
do_install_append() {
rm -f ${D}${libdir}/*/*.la