Module: Mesa Branch: master Commit: d39e828c82d0d6bf6d92044daaddf7318a6d73a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d39e828c82d0d6bf6d92044daaddf7318a6d73a1
Author: Juan A. Suarez Romero <[email protected]> Date: Mon Mar 19 14:17:22 2018 +0100 autotools: add tegra header files Reviewed-by: Emil Velikov <[email protected]> --- Makefile.am | 1 + src/gallium/winsys/tegra/drm/Makefile.sources | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index de6921bf1f..804b1d8535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ noinst_HEADERS = \ include/drm-uapi/drm_fourcc.h \ include/drm-uapi/drm_mode.h \ include/drm-uapi/i915_drm.h \ + include/drm-uapi/tegra_drm.h \ include/drm-uapi/vc4_drm.h \ include/D3D9 \ include/GL/wglext.h \ diff --git a/src/gallium/winsys/tegra/drm/Makefile.sources b/src/gallium/winsys/tegra/drm/Makefile.sources index fe0d5c42e7..29a0edc9c4 100644 --- a/src/gallium/winsys/tegra/drm/Makefile.sources +++ b/src/gallium/winsys/tegra/drm/Makefile.sources @@ -1,2 +1,3 @@ C_SOURCES := \ + tegra_drm_public.h \ tegra_drm_winsys.c _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
