[meta-intel] [PATCH 3/3] libva: Remove unrecognised options

Andrei Gherzan andrei at gherzan.ro
Fri Jan 3 13:01:41 PST 2014


Avoid this warning:
WARNING: QA Issue: libva: configure was passed unrecognised options:
--enable-wayland --enable-x11

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 common/recipes-multimedia/libva/libva.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/common/recipes-multimedia/libva/libva.inc b/common/recipes-multimedia/libva/libva.inc
index e8d9301..06fc35e 100644
--- a/common/recipes-multimedia/libva/libva.inc
+++ b/common/recipes-multimedia/libva/libva.inc
@@ -25,11 +25,6 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-dummy-driver"
 
-PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
-                   ${@base_contains("DISTRO_FEATURES", "wayland", "wayland", "", d)}"
-PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxext libxfixes"
-PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
-
 PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl ${PN}-wayland"
 
 RDEPENDS_${PN}-tpi =+ "${PN}"
-- 
1.8.1.4



More information about the meta-intel mailing list