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:20:50 +0000 |
commit | b963efbc9c4852328975046caa76cf941518f168 (patch) | |
tree | df2c4f4e185e08f474a6c40d861444f1f17eb4a3 /meta/recipes-graphics/mesa | |
parent | 9dd6c81e062e8a39f38266d964c61735a4f6fd29 (diff) | |
download | poky-b963efbc9c4852328975046caa76cf941518f168.tar.gz |
mesa: add missing wayland-native build dependency
Mesa needs wayland-scanner, which is provided by wayland-native.
(From OE-Core rev: 51269bdf974361a1d39d999ac2a363bbaec3baf8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-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 \ | |||
32 | X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | 32 | X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes" |
33 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | 33 | PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" |
34 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" | 34 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" |
35 | PACKAGECONFIG[wayland] = ",,wayland" | 35 | PACKAGECONFIG[wayland] = ",,wayland-native wayland" |
36 | 36 | ||
37 | DRIDRIVERS = "swrast" | 37 | DRIDRIVERS = "swrast" |
38 | DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915" | 38 | DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915" |