diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 2 | ||||
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 020f3dec70a..09ef4ac89cb 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -354,7 +354,7 @@ Here is one solution that I've been using. --with-gallium-drivers=swrast \ --with-vulkan-drivers=intel \ --enable-llvm-shared-libs \ - --enable-gallium-llvm \ + --enable-llvm \ --enable-glx-tls \ --enable-gbm \ --enable-egl \ diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 6a0dae4e36b..a65bc73431b 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers. <h2>Changes</h2> <li>Removed the ilo gallium driver.</li> +<li>The configure option --enable-gallium-llvm is superseded by --enable-llvm.</li> </div> </body> |