Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
- 
389a79ec
by Timo Aaltonen at 2019-10-04T14:39:13Z
2 changed files:
Changes:
| 1 | +mesa (19.2.0-2) UNRELEASED; urgency=medium
 | |
| 2 | + | |
| 3 | +  * rules: Build Vulkan overlay on x32. (Closes: #932733)
 | |
| 4 | + | |
| 5 | + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 04 Oct 2019 17:39:06 +0300
 | |
| 6 | + | |
| 1 | 7 |  mesa (19.2.0-1) unstable; urgency=medium
 | 
| 2 | 8 |  | 
| 3 | 9 |    * New upstream release.
 | 
| ... | ... | @@ -105,6 +105,10 @@ else | 
| 105 | 105 |    # arches where we have LLVM enabled and where the Vulkan loader is built.
 | 
| 106 | 106 |    ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64))
 | 
| 107 | 107 |  	VULKAN_DRIVERS += amd,
 | 
| 108 | +  endif
 | |
| 109 | + | |
| 110 | +  # build vulkan overlay where Vulkan loader is available
 | |
| 111 | +  ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x sparc64 x32))
 | |
| 108 | 112 |  	confflags_VULKAN += -Dvulkan-overlay-layer=true
 | 
| 109 | 113 |    endif
 | 
| 110 | 114 |  |