New commits:
commit d70fd5bffeca79d7b8fe70a917b6eb9c9d41867b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/mesa: removed bogus && in CONFIGURE from previous change
diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 2e11615..85fd2de 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -250,8 +250,7 @@ if [ -n "$MESA_GALLIUM" ] && ! list_find "$MESA_GALLIUM"
none ;then
if [[ "$MESA_OPENCL_ENABLE" == "y" ]] ;then
config_query_list MESA_OPENCL "How should the gallium OpenCL (clover)
frontend be built?" \
icd \
- standalone \
- &&
+ standalone
fi &&
config_query MESA_RUSTICL "Build gallium rusticl (OpenCL) frontend
(requires rust)?" n &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index d7f1348..0f4d7ec 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2025-02-20 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: removed dangling && from previous change
+
2025-02-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 25.0.0
* BUILD, CONFIGURE: removed MESA_OPENCL_SPIRV
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d70fd5bffeca79d7b8fe70a917b6eb9c9d41867b),
Pavel Vinogradov, 02/20/2025