diff options
author | Emil Velikov <[email protected]> | 2014-08-29 20:33:09 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:24 +0100 |
commit | cd2e62a2f3f898b203dc2f40bd789a143917dc53 (patch) | |
tree | 174ac36f84b9270984b8d96520cd188e1ffc9511 /src/gallium/state_trackers | |
parent | 96fb492583f622ce0d72908c0bfc98b544b56794 (diff) |
st/egl: include the remaining files in the tarball
A few files were missing, namely:
- a few of the common headers
- the android + gdi sources
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.sources | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index c5dea4bf75b..216bcdbaead 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -105,4 +105,6 @@ AM_CPPFLAGS += \ -DFEATURE_VG=1 endif -EXTRA_DIST = Android.mk SConscript +EXTRA_DIST = \ + Android.mk SConscript \ + $(android_FILES) $(gdi_FILES) diff --git a/src/gallium/state_trackers/egl/Makefile.sources b/src/gallium/state_trackers/egl/Makefile.sources index 952e3732abb..03ded584969 100644 --- a/src/gallium/state_trackers/egl/Makefile.sources +++ b/src/gallium/state_trackers/egl/Makefile.sources @@ -10,9 +10,12 @@ common_FILES := \ common/egl_g3d_st.h \ common/egl_g3d_sync.c \ common/egl_g3d_sync.h \ + common/native.h \ + common/native_buffer.h \ common/native_helper.c \ common/native_helper.h \ common/native_modeset.h \ + common/native_wayland_bufmgr.h \ common/native_wayland_drm_bufmgr.c \ common/native_wayland_drm_bufmgr.h |