Browse Source

autotools: add tegra header files

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tags/18.1-branchpoint
Juan A. Suarez Romero 7 years ago
parent
commit
d39e828c82
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      Makefile.am
  2. 1
    0
      src/gallium/winsys/tegra/drm/Makefile.sources

+ 1
- 0
Makefile.am View File

@@ -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 \

+ 1
- 0
src/gallium/winsys/tegra/drm/Makefile.sources View File

@@ -1,2 +1,3 @@
C_SOURCES := \
tegra_drm_public.h \
tegra_drm_winsys.c

Loading…
Cancel
Save