From cd2e62a2f3f898b203dc2f40bd789a143917dc53 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 29 Aug 2014 20:33:09 +0100 Subject: [PATCH] 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 Acked-by: Matt Turner --- src/gallium/state_trackers/egl/Makefile.am | 4 +++- src/gallium/state_trackers/egl/Makefile.sources | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index c5dea4b..216bcdb 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 952e373..03ded58 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 -- 2.7.4