Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (729da8ab5a91623cc7974b62241455c7841e2a38)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <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 Justin Boffemmyer (729da8ab5a91623cc7974b62241455c7841e2a38)
  • Date: Tue, 21 Jan 2025 03:13:14 +0000

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

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

New commits:
commit 729da8ab5a91623cc7974b62241455c7841e2a38
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

graphics-libs/mesa: fix typo in query

Correct the query for OpenCL functionality from a list type to simple
y/n type.

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 56c1e33..5ed8beb 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -63,7 +63,7 @@ if [ -n "$MESA_GALLIUM" ] && ! list_find "$MESA_GALLIUM"
none ;then
config_query MESA_GALLIUM_D3D12_VIDEO "Build gallium with Direct3D12
video support?" n
fi &&

- config_query_list MESA_OPENCL_ENABLE "Build gallium OpenCL (clover)
frontend?" n &&
+ config_query MESA_OPENCL_ENABLE "Build gallium OpenCL (clover) frontend?"
n &&

if [[ "$MESA_OPENCL_ENABLE" == "y" ]] ;then
config_query_list MESA_OPENCL "How should the gallium OpenCL (clover)
frontend be built?" \
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index e5d3812..9eb2790 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,4 +1,7 @@
2025-01-21 Justin Boffemmyer <flux AT sourcemage.org>
+ * CONFIGURE: fix typo in OpenCL query
+
+2025-01-21 Justin Boffemmyer <flux AT sourcemage.org>
* BUILD, CONFIGURE: correct OpenCL options

2025-01-20 Justin Boffemmyer <flux AT sourcemage.org>


  • [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (729da8ab5a91623cc7974b62241455c7841e2a38), Justin Boffemmyer, 01/20/2025

Archive powered by MHonArc 2.6.24.

Top of Page