From bcdf3e572ffe918ff16fd2b8b3fdda5a25075a7e Mon Sep 17 00:00:00 2001 From: Pavel Vinogradov Date: Fri, 30 Sep 2022 16:02:47 -0400 Subject: graphics-libs/mesa: fixed llvm optional flags in DEPENDS --- graphics-libs/mesa/DEPENDS | 2 +- graphics-libs/mesa/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics-libs') 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 + * DEPENDS: fixed llvm optional flags + 2022-09-28 Pavel Vinogradov * BUILD, DEPENDS: added option to build some patented codecs for video acceleration -- cgit v1.2.3