Skip to Content.
Sympa Menu

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

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 (b9145135db615f06a6c7e0f438368ae148342eb3)
  • Date: Mon, 19 Aug 2024 01:30:47 +0000

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

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

New commits:
commit b9145135db615f06a6c7e0f438368ae148342eb3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: removed git_sha1.h generation in BUILD

diff --git a/graphics-libs/mesa/BUILD b/graphics-libs/mesa/BUILD
index fcaa585..8c3e3fa 100755
--- a/graphics-libs/mesa/BUILD
+++ b/graphics-libs/mesa/BUILD
@@ -29,10 +29,6 @@ fi &&
local vulkan=${MESA_VULKAN//none} &&
local gallium=${MESA_GALLIUM//none} &&

-# for NVK
-if list_find "${MESA_VULKAN}" "nouveau"; then
- python3 bin/git_sha1_gen.py --output src/git_sha1.h
-fi &&

OPTS+=" gallium-drivers=${gallium// /,} \
vulkan-drivers=${vulkan// /,} \
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 889cdd2..8053e9f 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2024-08-18 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: removed git_sha1.h generation, not needed anymore
+
2024-08-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 24.2.0



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (b9145135db615f06a6c7e0f438368ae148342eb3), Pavel Vinogradov, 08/18/2024

Archive powered by MHonArc 2.6.24.

Top of Page