Re: [PATCH] Rename --disable-gallium-llvm to --disable-llvm

2018-02-23 Thread Andreas Boll
Thanks, pushed.
https://salsa.debian.org/xorg-team/lib/mesa/compare/85e8b963...e8546fe8

2018-02-22 11:00 GMT+01:00 Fabio Pedretti :
> The former is deprecated.
> ---
>  debian/rules | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index 598f095341..a8037acbcf 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -103,7 +103,7 @@ else
> GALLIUM_DRIVERS += swrast
>else
> DRI_DRIVERS += swrast
> -   confflags_GALLIUM += --disable-gallium-llvm
> +   confflags_GALLIUM += --disable-llvm
>endif
>
># radv needs LLVM and the Vulkan loader, so only build on the subset of
> --
> 2.14.1
>



[PATCH] Rename --disable-gallium-llvm to --disable-llvm

2018-02-22 Thread Fabio Pedretti
The former is deprecated.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 598f095341..a8037acbcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,7 +103,7 @@ else
GALLIUM_DRIVERS += swrast
   else
DRI_DRIVERS += swrast
-   confflags_GALLIUM += --disable-gallium-llvm
+   confflags_GALLIUM += --disable-llvm
   endif
 
   # radv needs LLVM and the Vulkan loader, so only build on the subset of
-- 
2.14.1