X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configure.ac;h=023110e184cbeaf28c2e889ec7f74c1dff6c172c;hb=3bee7581e68fd1ce5833b9287ee2d03f79c3d3e3;hp=fd0bb67fe5f65e4aea99d86ce47e5eca8b803ac9;hpb=a92910ae37878b441ecb1c488f0a40d80a48f6fe;p=mesa.git diff --git a/configure.ac b/configure.ac index fd0bb67fe5f..023110e184c 100644 --- a/configure.ac +++ b/configure.ac @@ -1990,11 +1990,10 @@ else EGL_NATIVE_PLATFORM="_EGL_INVALID_PLATFORM" fi -AM_CONDITIONAL(HAVE_EGL_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11') -AM_CONDITIONAL(HAVE_EGL_PLATFORM_WAYLAND, echo "$egl_platforms" | grep -q 'wayland') +AM_CONDITIONAL(HAVE_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11') +AM_CONDITIONAL(HAVE_PLATFORM_WAYLAND, echo "$egl_platforms" | grep -q 'wayland') AM_CONDITIONAL(HAVE_EGL_PLATFORM_DRM, echo "$egl_platforms" | grep -q 'drm') AM_CONDITIONAL(HAVE_EGL_PLATFORM_SURFACELESS, echo "$egl_platforms" | grep -q 'surfaceless') -AM_CONDITIONAL(HAVE_EGL_PLATFORM_NULL, echo "$egl_platforms" | grep -q 'null') AM_CONDITIONAL(HAVE_EGL_DRIVER_DRI2, test "x$HAVE_EGL_DRIVER_DRI2" != "x") @@ -2637,7 +2636,6 @@ AC_CONFIG_FILES([Makefile src/intel/genxml/Makefile src/intel/isl/Makefile src/intel/vulkan/Makefile - src/intel/vulkan/tests/Makefile src/loader/Makefile src/mapi/Makefile src/mapi/es1api/glesv1_cm.pc