Module: Mesa Branch: master Commit: 4cc8d66f745b89ba795b3d2fa9ed063b365b35ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cc8d66f745b89ba795b3d2fa9ed063b365b35ca
Author: Matt Turner <[email protected]> Date: Wed Dec 17 13:37:38 2014 -0800 gallium: Add egl and gbm to distribution. --- src/gallium/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 07d2668..6a2a866 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -115,6 +115,10 @@ EXTRA_DIST = \ docs \ README.portability \ SConscript \ + state_trackers/egl \ + state_trackers/gbm \ + targets/egl-static \ + targets/gbm \ winsys/sw/gdi \ winsys/sw/hgl _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
