summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-02-07 15:53:14 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-02-10 11:47:24 +0000
commitb3b415609d06c0e50880437073fcb369f4e4f625 (patch)
tree1192ac3dad9e8d410ecb78c859df06ad19f3b3a6 /Makefile.am
parentbdd6147e29eb96645b7bf9bb50e9ccc252512be3 (diff)
configure.ac: supersede --enable-gallium-llvm over --enable-llvm
Currently we have extra (somewhat questionable) modularity, such that one could build some parts with LLVM while others w/o. That is extremely fragile, error prone and requires quite noticable amount of code throughout. Thus lets deprecate the gallium toggle in faviour of the generic one. The former will throw a warning when set, and it will be overwritten by the latter. This will allow gradual transition w/o breaking people's scripts. v2: Rebase, document in release notes. Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Tobias Droste <tdroste@gmx.de> (v1)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 84c3e1d08ff..147a5e7ce8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-egl \
--enable-gallium-tests \
--enable-gallium-osmesa \
- --enable-gallium-llvm \
+ --enable-llvm \
--enable-gbm \
--enable-gles1 \
--enable-gles2 \