summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2022-09-30 16:02:47 -0400
committerPavel Vinogradov2022-09-30 16:03:19 -0400
commitbcdf3e572ffe918ff16fd2b8b3fdda5a25075a7e (patch)
tree5ea1c3a6f9cfd8711087a9db8d5834f56c849041 /graphics-libs
parent66a4fb9e1b6c8c2f72c12027507e28b46df2859b (diff)
graphics-libs/mesa: fixed llvm optional flags in DEPENDS
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/mesa/DEPENDS2
-rw-r--r--graphics-libs/mesa/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index 19b207536e..a7412805f9 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 6c3f1a3c4d..c33a507a84 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-09-30 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: fixed llvm optional flags
+
2022-09-28 Pavel Vinogradov <public@sourcemage.org>
* BUILD, DEPENDS: added option to build some patented codecs for video
acceleration