Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
34e3bbe6 by Timo Aaltonen at 2022-01-30T12:00:51+02:00
rules: Disable sse2 on i386. (Closes: #1002872)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mesa (21.3.5-2) UNRELEASED; urgency=medium
+
+  * rules: Disable sse2 on i386. (Closes: #1002872)
+
+ -- Timo Aaltonen <[email protected]>  Sun, 30 Jan 2022 12:00:44 +0200
+
 mesa (21.3.5-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -43,6 +43,7 @@ VULKAN_DRIVERS =
 
 confflags_DRI3 = -Ddri3=disabled
 confflags_OSMESA =  -Dosmesa=true
+confflags_SSE2 = -Dsse2=true
 
 # hurd doesn't do direct rendering
 ifeq ($(DEB_HOST_ARCH_OS), hurd)
@@ -135,6 +136,9 @@ else
   endif
 endif
 
+ifeq ($(DEB_HOST_ARCH), i386)
+       confflags_SSE2 = -Dsse2=false
+endif
 
 empty:=
 space := $(empty) $(empty)
@@ -168,6 +172,7 @@ confflags += \
        $(confflags_GALLIUM) \
        $(confflags_GLES) \
        $(confflags_OSMESA) \
+       $(confflags_SSE2) \
        $(confflags_VALGRIND) \
        $(confflags_VULKAN)
 



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/34e3bbe64c1500f350db265877bf9980add8675f

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/commit/34e3bbe64c1500f350db265877bf9980add8675f
You're receiving this email because of your account on salsa.debian.org.


Reply via email to