From 64f17440b65b3065ba3d14155cd3da831200e49c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 30 Oct 2017 15:43:10 +0000 Subject: automake+meson: don't run egl symbol check on libglvnd lib We might want to add a symbol check for the glvnd variant though. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker Reviewed-by: Emil Velikov --- src/egl/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/egl/Makefile.am') diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index eeb745f973a..eaec4ff946f 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -201,8 +201,13 @@ egl_HEADERS = \ $(top_srcdir)/include/EGL/eglmesaext.h \ $(top_srcdir)/include/EGL/eglplatform.h -TESTS = egl-symbols-check \ - egl-entrypoint-check +TESTS = egl-entrypoint-check + +if USE_LIBGLVND +#TODO: glvnd symbol check +else +TESTS += egl-symbols-check +endif EXTRA_DIST = \ $(TESTS) \ -- cgit v1.2.3