summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesa/HISTORY
diff options
context:
space:
mode:
authorJustin Boffemmyer2021-08-07 21:44:27 +0900
committerJustin Boffemmyer2021-08-07 21:44:27 +0900
commit3a393f1f0d87592e1dfdd61512788121e7030a67 (patch)
tree21e60c01108bf1e7aa2c98929bd41a2a3136ff3b /graphics-libs/mesa/HISTORY
parent1944d4e0101dd95eac486db1565908402071e349 (diff)
graphics-libs/mesa: fix driver variable usage
Remove leading spaces from all driver list variables before passing them on to later build scripts. This specifically fixes a bug when a user selects "all" DRI drivers, since that driver list is initialized to an empty string before appending drivers in a loop, leading to an extraneous leading space that, unless culled, gets replaced with a comma via the BUILD regex. This results in an explicit null option in the dri-drivers array, which the meson build script treats as an error, causing the build to fail. Additionally, make driver messages more consistent. DRI, gallium, and Vulkan are all different drivers, but the DRI selection remained as simply selecting which drivers to build (not specifically DRI drivers), which can be confusing. Now all three driver selections present the same messages except for replacing the name of the type of drivers to choose.
Diffstat (limited to 'graphics-libs/mesa/HISTORY')
-rw-r--r--graphics-libs/mesa/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 8ec838665f..6761277a29 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2021-08-07 Justin Boffemmyer <flux@sourcemage.org>
+ * CONFIGURE: strip leading spaces from driver lists,
+ make DRI, Gallium, and Vulkan naming/messges consistent
+
2021-08-04 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 21.2.0
* PRE_BUILD, patches/*: dropped the patches