From 7748c3f5eb1d98ca97d2cf6e516ff54a5d75130a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 17 Apr 2017 13:29:41 +0100 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 147a5e7ce8e..787174d0050 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 -- cgit v1.2.3