Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d70fd5bffeca79d7b8fe70a917b6eb9c9d41867b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d70fd5bffeca79d7b8fe70a917b6eb9c9d41867b)
  • Date: Thu, 20 Feb 2025 15:05:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/CONFIGURE | 3 +--
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 4 insertions(+), 2 deletions(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page