Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 41d17c54 by Timo Aaltonen at 2018-09-18T15:40:10Z rules: Nine needs llvmpipe, and also makes sense to build it only on archs that have wine. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mesa (18.2.0-3) UNRELEASED; urgency=medium + + * rules: Nine needs llvmpipe, and also makes sense to build it only on + archs that have wine. + + -- Timo Aaltonen <[email protected]> Tue, 18 Sep 2018 18:40:04 +0300 + mesa (18.2.0-2) experimental; urgency=medium * control: Bump build-dep on libxcb-dri3-dev and libxcb-present-dev to ===================================== debian/rules ===================================== @@ -101,6 +101,11 @@ else confflags_GALLIUM += --enable-opencl --enable-opencl-icd confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-7 GALLIUM_DRIVERS += swrast + + # nine makes sense only on archs that build wine + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 kfreebsd-i386 powerpc)) + confflags_GALLIUM += --enable-nine + endif else DRI_DRIVERS += swrast confflags_GALLIUM += --disable-llvm @@ -118,7 +123,6 @@ else confflags_GALLIUM += --enable-va confflags_GALLIUM += --enable-gallium-extra-hud confflags_GALLIUM += --enable-lmsensors - confflags_GALLIUM += --enable-nine with_libva = ,libva endif View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/41d17c54accb3cff6c780ff6b3501f736e53a503 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/41d17c54accb3cff6c780ff6b3501f736e53a503 You're receiving this email because of your account on salsa.debian.org.

