From: Ross Burton Date: Fri, 22 Jan 2016 14:52:56 +0000 (+0000) Subject: mesa: add missing wayland-native build dependency X-Git-Tag: yocto-4.0~23104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51269bdf974361a1d39d999ac2a363bbaec3baf8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: add missing wayland-native build dependency Mesa needs wayland-scanner, which is provided by wayland-native. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index cd01870345c..9b316e1854f 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -32,7 +32,7 @@ PACKAGECONFIG ??= "egl gles dri \ X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" -PACKAGECONFIG[wayland] = ",,wayland" +PACKAGECONFIG[wayland] = ",,wayland-native wayland" DRIDRIVERS = "swrast" DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915"