st/egl: include the remaining files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 29 Aug 2014 19:33:09 +0000 (20:33 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:46:24 +0000 (23:46 +0100)
A few files were missing, namely:
 - a few of the common headers
 - the android + gdi sources

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/gallium/state_trackers/egl/Makefile.am
src/gallium/state_trackers/egl/Makefile.sources

index c5dea4bf75b8d2c21aa4f6f341d6fc0da124fd74..216bcdbaeadc7d77fe9ebac96fff5c6ffd30f5ce 100644 (file)
@@ -105,4 +105,6 @@ AM_CPPFLAGS += \
        -DFEATURE_VG=1
 endif
 
-EXTRA_DIST = Android.mk SConscript
+EXTRA_DIST = \
+       Android.mk SConscript \
+       $(android_FILES) $(gdi_FILES)
index 952e3732abb5300ffcd3eb60e35d0c123e4cfe72..03ded5849697269aed2e3c5199660d13b54c42d5 100644 (file)
@@ -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