Bug#972736: Mesa 20.2.1 fails to build on x32 (debian\rules issue)

2020-12-07 Thread Stuart Young
Hi Mesa Maintainers, The patch attached to this bug has been tested on multiple platforms, and resolves the issue for x32 builds. Any chance we get this applied to the next release please? Note: As this is a rules issue, it will also apply to Mesa 20.3.* and beyond as well. On Tue, 3 Nov 2020

Bug#972736: Mesa 20.2.1 fails to build on x32 (debian\rules issue)

2020-11-02 Thread Stuart Young
Patch for debian/rules attached to resolve this bug. Note: By just checking if the variable is empty first, the patch is non-specific to x32. It covers the x32 build issue, but will also avoid such issues for any platform that AMD vulkan drivers aren't built on, but that can support intel vulkan

Bug#972736: Mesa 20.2.1 fails to build on x32 (debian\rules issue)

2020-10-22 Thread Stuart Young
Package: mesa Version: 20.2.1-1 In debian\rules, there is the following at lines 74-79: ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32)) GALLIUM_DRIVERS += ,svga,zink # svga needs xa state tracker confflags_GALLIUM += -Dgallium-xa=true VULKAN_DRIVERS += ,intel endif When this is parsed on