[Mesa-dev] [PATCH v2 0/7] Fix several issues/missings in make dist/distcheck

Juan A. Suarez Romero jasuarez at igalia.com
Thu Mar 22 16:49:23 UTC 2018


This series fix several issues that happen when running "./autogen.sh && make
{dist, distcheck}".

This V2 is similar to V1, except for the first patch: we now exclude from dist the generated wayland-scanner files.

Juan A. Suarez Romero (7):
  waylan-drm: do not distribute generated sources
  nir: autotools, meson: add GLSL.ext.AMD.h in the files list
  anv/radv: autotools: include vulkan_*.h headers
  radv: autotools: add radv_extensions.h in the generated VULKAN list
  swr/rast: autotools: add events_private.proto in dist tarball.
  autotools: add tegra header files
  broadcom/vc4: add path to nir_builder.h

 Makefile.am                                   |  1 +
 src/amd/vulkan/Makefile.am                    |  4 ++++
 src/amd/vulkan/Makefile.sources               |  3 ++-
 src/compiler/Makefile.sources                 |  1 +
 src/compiler/nir/meson.build                  |  1 +
 src/egl/Makefile.am                           | 10 +++++++++-
 src/egl/wayland/wayland-drm/Makefile.am       |  8 ++++++--
 src/gallium/drivers/swr/Makefile.am           |  1 +
 src/gallium/drivers/vc4/vc4_blit.c            |  2 +-
 src/gallium/winsys/tegra/drm/Makefile.sources |  1 +
 src/intel/Makefile.vulkan.am                  |  4 ++++
 src/vulkan/Makefile.am                        | 11 +++++++++--
 12 files changed, 40 insertions(+), 7 deletions(-)

-- 
2.14.3



More information about the mesa-dev mailing list