summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-12-08 19:21:44 +0000
committerEmil Velikov <[email protected]>2017-04-17 13:13:09 +0100
commitde128c19eef5a4a04fadc2ad519f2e6a515ea7b5 (patch)
tree67a19a3be898093926b965c33832fe500d5fa4dc /configure.ac
parent618a7b984bf815ab6059ada22c4fac9a98e8bc2a (diff)
configure: remove egl platforms check
The configure option is used by more than just EGL and with next commit we'll rename it accordingly. Thus having the check will (and is atm) incorrect. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9c2e8d589bb..4b11273146f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2159,10 +2159,6 @@ AC_ARG_WITH([egl-platforms],
with_egl_platforms=""
fi])
-if test "x$with_egl_platforms" != "x" -a "x$enable_egl" != xyes; then
- AC_MSG_ERROR([cannot build egl state tracker without EGL library])
-fi
-
PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner],
WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`,
WAYLAND_SCANNER='')