diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-01-22 14:52:56 +0000 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 17:15:32 +0000 | 
| commit | 51269bdf974361a1d39d999ac2a363bbaec3baf8 (patch) | |
| tree | ce8776879923e293653a9c65348e71d5e8d1bcee | |
| parent | 8084c185c43cb7e7f5e29d31939dfd308f8a0f93 (diff) | |
| download | openembedded-core-51269bdf974361a1d39d999ac2a363bbaec3baf8.tar.gz openembedded-core-51269bdf974361a1d39d999ac2a363bbaec3baf8.tar.bz2 openembedded-core-51269bdf974361a1d39d999ac2a363bbaec3baf8.zip | |
mesa: add missing wayland-native build dependency
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>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index cd01870345..9b316e1854 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" | 
