[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 2/2] Rename --enable-gallium-llvm to --enable-llvm



The former is deprecated.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6a73dbc840..d06dcfb551 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ else
   # It's also required for building OpenCL support.
   ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mips64el mipsel powerpc ppc64 sparc64 ppc64el))
 	GALLIUM_DRIVERS += radeonsi
-	confflags_GALLIUM += --enable-gallium-llvm
+	confflags_GALLIUM += --enable-llvm
 	confflags_GALLIUM += --enable-opencl --enable-opencl-icd
 	confflags_GALLIUM += ac_cv_path_LLVM_CONFIG=llvm-config-5.0
 	GALLIUM_DRIVERS += swrast
-- 
2.14.1


Reply to: