]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: add missing wayland-native build dependency
authorRoss Burton <ross.burton@intel.com>
Fri, 22 Jan 2016 14:52:56 +0000 (14:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 17:15:32 +0000 (17:15 +0000)
Mesa needs wayland-scanner, which is provided by wayland-native.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc

index cd01870345cd85ab0b0df7b701c2f393a8a8dcbc..9b316e1854f2185e217d9d31d8f7587c593a25a3 100644 (file)
@@ -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"