From 94ed4c4a16f52bae7fff95441789cfd48d2d77c1 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 23 Feb 2018 19:32:06 +0000 Subject: [PATCH] egl: automake: add egl.pc/headers TODO when using glvnd Signed-off-by: Emil Velikov Reviewed-by: Adam Jackson --- src/egl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index d16a2b86177..485f145cece 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -203,6 +203,7 @@ endif # USE_LIBGLVND include $(top_srcdir)/install-lib-links.mk +# TODO: When building with glvnd, glvnd itself should be providing egl.pc and the headers pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = main/egl.pc -- 2.30.2