diff options
author | Emil Velikov <[email protected]> | 2018-02-23 19:32:06 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-08 13:37:09 +0100 |
commit | 94ed4c4a16f52bae7fff95441789cfd48d2d77c1 (patch) | |
tree | 5356f2a1c89e634c31d546970dbb7217aea5e5c1 /src/egl/Makefile.am | |
parent | 25a9450a44b3b572fba81e6cafe33f3367252499 (diff) |
egl: automake: add egl.pc/headers TODO when using glvnd
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |