Module: Mesa Branch: master Commit: 8fdb54879963892cd9c3d0ca09172f2b3533043f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fdb54879963892cd9c3d0ca09172f2b3533043f
Author: Emil Velikov <[email protected]> Date: Fri Nov 20 15:12:56 2015 +0000 egl: don't forget to ship platform_x11_dri3.h into the tarball Should have been a part of f35198badeb Signed-off-by: Emil Velikov <[email protected]> --- src/egl/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 0b463c8..6953d44 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -57,7 +57,9 @@ dri2_backend_FILES += drivers/dri2/platform_x11.c if HAVE_DRI3 dri3_backend_FILES += \ - drivers/dri2/platform_x11_dri3.c + drivers/dri2/platform_x11_dri3.c \ + drivers/dri2/platform_x11_dri3.h + libEGL_la_LIBADD += $(top_builddir)/src/loader/libloader_dri3_helper.la endif endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
