[Mesa-dev] [PATCH 07/27] st/egl: include the remaining files in the tarball

Matt Turner mattst88 at gmail.com
Fri Aug 29 21:22:41 PDT 2014


On Fri, Aug 29, 2014 at 4:45 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> 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

I have a vague memory of the Android people saying that Android build
files don't need to be in the tarball, since they just include a git
checkout in a much larger Android build tree.

> +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 \

Nitpick, but put native.h before native_buffer.h.


More information about the mesa-dev mailing list