summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPekka Paalanen <pq@iki.fi>2019-01-07 15:04:21 +0200
committerPekka Paalanen <pq@iki.fi>2019-01-07 15:04:21 +0200
commit91bf16be7da6241ca5f8e74075673d2ab7d2f154 (patch)
treec7dd1aaf79c405768696e5bdf255513a796aceb0 /configure.ac
parent13dda10f1c5e20578d225f6020a10c4e6f8bf7a4 (diff)
downloadweston-91bf16be7da6241ca5f8e74075673d2ab7d2f154.tar.gz
tests: remove remnants of buffer-count test
The buffer-count test was added in 40c0c3f91eeb747b86df64579e3b3706cc5450af and removed in 4938f93f578c0d73d63068e4a777250fce7db430, but the removal left around the dependency to EGL headers in weston-test.c. Removal of those unneeded includes allows us to drop the EGL dependency completely from weston-test.c build. For the Meson build this means that there are no dependency('egl') directives anymore without the user friendly error message. Signed-off-by: Pekka Paalanen <pq@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ebe73ee..225d6692 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,7 +148,6 @@ AM_CONDITIONAL(ENABLE_EGL, test x$enable_egl = xyes)
if test x$enable_egl = xyes; then
AC_DEFINE([ENABLE_EGL], [1], [Build Weston with EGL support])
PKG_CHECK_MODULES(EGL, [egl glesv2])
- PKG_CHECK_MODULES([EGL_TESTS], [egl glesv2 wayland-client wayland-egl])
AC_CHECK_HEADERS([linux/sync_file.h])
fi