Namely we were missing the headers and the Android/SCons buildscripts.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/gallium/state_trackers/egl/Makefile.am      |  2 ++
 src/gallium/state_trackers/egl/Makefile.sources | 31 ++++++++++++++++++-------
 2 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/src/gallium/state_trackers/egl/Makefile.am 
b/src/gallium/state_trackers/egl/Makefile.am
index 3e917c1..c5dea4b 100644
--- a/src/gallium/state_trackers/egl/Makefile.am
+++ b/src/gallium/state_trackers/egl/Makefile.am
@@ -104,3 +104,5 @@ if HAVE_OPENVG
 AM_CPPFLAGS += \
        -DFEATURE_VG=1
 endif
+
+EXTRA_DIST = Android.mk SConscript
diff --git a/src/gallium/state_trackers/egl/Makefile.sources 
b/src/gallium/state_trackers/egl/Makefile.sources
index 2f60b3a..952e373 100644
--- a/src/gallium/state_trackers/egl/Makefile.sources
+++ b/src/gallium/state_trackers/egl/Makefile.sources
@@ -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
-- 
2.0.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to