Andreas Boll pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits:
b2d3fbd4 by Andreas Boll at 2019-03-02T11:40:52Z
rules: Add meson option -Db_ndebug=true to disable assertions (Related bugs:
#920462, #922162, #922346).
- - - - -
673a2c74 by Andreas Boll at 2019-03-02T12:11:49Z
Upload to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,12 @@
-mesa (18.3.4-2) UNRELEASED; urgency=medium
+mesa (18.3.4-2) unstable; urgency=medium
* Cherry-pick f6556ec7d12 (dri: meson: do not prefix user provided dri-
drivers-path) from upstream master branch. Fixes a regression since
switching to meson (Closes: #922807).
+ * rules: Add meson option -Db_ndebug=true to disable assertions
+ (Related bugs: #920462, #922162, #922346).
- -- Andreas Boll <[email protected]> Thu, 28 Feb 2019 11:45:35 +0100
+ -- Andreas Boll <[email protected]> Sat, 02 Mar 2019 13:11:29 +0100
mesa (18.3.4-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -136,6 +136,7 @@ confflags += \
-Dshared-glapi=true \
-Dgallium-xvmc=false \
-Dgallium-omx=disabled \
+ -Db_ndebug=true \
$(confflags_DIRECT_RENDERING) \
$(confflags_GBM) \
$(confflags_DRI3) \
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/compare/9df431b63cdce2eeecd3674a126f0ba395906d90...673a2c744c38567b6c73ad8339f33fba71c2404a
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/mesa/compare/9df431b63cdce2eeecd3674a126f0ba395906d90...673a2c744c38567b6c73ad8339f33fba71c2404a
You're receiving this email because of your account on salsa.debian.org.