mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9dd6c81e06
commit
b963efbc9c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user