diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 17:27:30 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:33 -0700 |
commit | 0055684612edddae0f041e984c8497c5e5b32e74 (patch) | |
tree | 6d9aae53335983ea9cad3e9342052b5ecbe5df76 /meta-oe/recipes-graphics | |
parent | 323f5d88e319d0aa32ea8aee2cf52d0a6bf2b10b (diff) | |
download | meta-openembedded-0055684612edddae0f041e984c8497c5e5b32e74.tar.gz |
libvdpau: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/vdpau/libvdpau_git.bb | 4 |
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 31f4df486..31bcce066 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" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit distro_features_check autotools pkgconfig |
16 | |||
17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | 18 | ||
17 | do_install_append() { | 19 | do_install_append() { |
18 | rm -f ${D}${libdir}/*/*.la | 20 | rm -f ${D}${libdir}/*/*.la |