diff options
author | Emil Velikov <[email protected]> | 2017-04-17 13:29:41 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-17 13:37:41 +0100 |
commit | 7748c3f5eb1d98ca97d2cf6e516ff54a5d75130a (patch) | |
tree | 35358d27a410a534e77526c2227a5a5fed918c11 /docs/relnotes/17.1.0.html | |
parent | de128c19eef5a4a04fadc2ad519f2e6a515ea7b5 (diff) |
configure.ac: deprecate --with-egl-platforms over --with-platforms17.1-branchpoint
Currently the former controls more than just EGL. With follow-up commits
we'll unwind and fix things so that one can build the different drivers
with said platform support.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/relnotes/17.1.0.html')
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 00624ed0137..e7cfe38fac4 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -73,6 +73,7 @@ Note: some of the new features are only available with certain drivers. <li>The swr driver now requires LLVM >= 3.9.0 and a C++14 capable compiler.</li> <li>The radeonsi driver now requires LLVM 3.8.0.</li> <li>The MESA_GLSL=opt and MESA_GLSL=no_opt environment vars have been removed.</li> +<li>The --with-egl-platforms configure option is deprecated. Use --with-platforms instead.</li> </ul> </div> |