[Mesa-dev] [PATCH 07/27] st/egl: include the remaining files in the tarball
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 29 16:45:05 PDT 2014
A few files were missing, namely:
- a few of the common headers
- the android + gdi sources
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
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..ca61dbe 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_buffer.h \
+ common/native.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.0.2
More information about the mesa-dev
mailing list