mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 16:45:55 +00:00
libvdpau: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
323f5d88e3
commit
0055684612
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user