diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-04-17 13:29:41 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-04-17 13:37:41 +0100 |
commit | 7748c3f5eb1d98ca97d2cf6e516ff54a5d75130a (patch) | |
tree | 35358d27a410a534e77526c2227a5a5fed918c11 /Makefile.am | |
parent | de128c19eef5a4a04fadc2ad519f2e6a515ea7b5 (diff) |
configure.ac: deprecate --with-egl-platforms over --with-platforms
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 <emil.velikov@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 147a5e7ce8..787174d005 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-xa \ --enable-xvmc \ --enable-llvm-shared-libs \ - --with-egl-platforms=x11,wayland,drm,surfaceless \ + --with-platforms=x11,wayland,drm,surfaceless \ --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \ --with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \ --with-vulkan-drivers=intel,radeon |