st/egl: ship all the files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 18 Aug 2014 22:41:45 +0000 (23:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 28 Aug 2014 20:24:42 +0000 (21:24 +0100)
Namely we were missing the headers and the Android/SCons buildscripts.

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

index 3e917c1ac3ce223d94ee298de17b301e2eb830f8..c5dea4bf75b8d2c21aa4f6f341d6fc0da124fd74 100644 (file)
@@ -104,3 +104,5 @@ if HAVE_OPENVG
 AM_CPPFLAGS += \
        -DFEATURE_VG=1
 endif
+
+EXTRA_DIST = Android.mk SConscript
index 2f60b3ab34812bedfb4930c985ce565c939e1ed6..952e3732abb5300ffcd3eb60e35d0c123e4cfe72 100644 (file)
@@ -1,18 +1,28 @@
 common_FILES := \
        common/egl_g3d_api.c \
+       common/egl_g3d_api.h \
        common/egl_g3d.c \
+       common/egl_g3d.h \
        common/egl_g3d_image.c \
+       common/egl_g3d_image.h \
+       common/egl_g3d_loader.h \
        common/egl_g3d_st.c \
+       common/egl_g3d_st.h \
        common/egl_g3d_sync.c \
+       common/egl_g3d_sync.h \
        common/native_helper.c \
-       common/native_wayland_drm_bufmgr.c
+       common/native_helper.h \
+       common/native_modeset.h \
+       common/native_wayland_drm_bufmgr.c \
+       common/native_wayland_drm_bufmgr.h
 
 android_FILES := \
        android/native_android.cpp
 
 drm_FILES := \
        drm/modeset.c \
-       drm/native_drm.c
+       drm/native_drm.c \
+       drm/native_drm.h
 
 fbdev_FILES := \
        fbdev/native_fbdev.c
@@ -23,17 +33,22 @@ gdi_FILES := \
 null_FILES := \
        null/native_null.c
 
+wayland_FILES := \
+       wayland/native_drm.c \
+       wayland/native_shm.c \
+       wayland/native_wayland.c \
+       wayland/native_wayland.h
+
 x11_FILES := \
+       x11/glcore.h \
        x11/glxinit.c \
+       x11/glxinit.h \
        x11/native_dri2.c \
        x11/native_x11.c \
+       x11/native_x11.h \
        x11/native_ximage.c
 
 x11_drm_FILES := \
+       x11/dri2.c \
        x11/x11_screen.c \
-       x11/dri2.c
-
-wayland_FILES := \
-       wayland/native_drm.c \
-       wayland/native_shm.c \
-       wayland/native_wayland.c
+       x11/x11_screen.h