Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bcdf3e572ffe918ff16fd2b8b3fdda5a25075a7e)
  • Date: Fri, 30 Sep 2022 20:03:30 +0000

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

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

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

graphics-libs/mesa: fixed llvm optional flags in DEPENDS

diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 19b2075..a741280 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -26,7 +26,7 @@ if (list_find "${MESA_GALLIUM}" "radeonsi") ||
depends -sub AMD llvm &&
depends LIBELF
else
- optional_depends llvm 'llvm=true' 'llvm=false' 'LLVM support'
+ optional_depends llvm 'llvm=enabled' 'llvm=disabled' 'LLVM support'
fi &&

if list_find "$MESA_GLX" dri;then
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 6c3f1a3..c33a507 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-09-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fixed llvm optional flags
+
2022-09-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS: added option to build some patented codecs for video
acceleration



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bcdf3e572ffe918ff16fd2b8b3fdda5a25075a7e), Pavel Vinogradov, 09/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page