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

Juan A. Suarez Romero jasuarez at igalia.com
Mon Mar 19 17:49:03 UTC 2018


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

The first two patches in the series is a new fix for issue
https://bugs.freedesktop.org/show_bug.cgi?id=105211, as the current version
breaks when running the above command, due "make dist/distcheck" tries to
generate the the linux-dmabuf from the XML, no matter if previously
"./autogen.sh" was run with "--with-platform=wayland" or not.

The remaining patches are mostly files not included properly in file list

    J.A.


Juan A. Suarez Romero (8):
  Revert "build: Move wayland-scanner check into platform"
  vulkan: autotools: build Wayland part conditionally
  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
  vc4: autotools: fix header inclusion in CFLAGS

 Makefile.am                                   |  1 +
 configure.ac                                  | 21 ++++++++++++---------
 src/amd/vulkan/Makefile.am                    |  4 ++++
 src/amd/vulkan/Makefile.sources               |  3 ++-
 src/compiler/Makefile.sources                 |  1 +
 src/compiler/nir/meson.build                  |  1 +
 src/gallium/drivers/swr/Makefile.am           |  1 +
 src/gallium/drivers/vc4/Makefile.am           |  2 +-
 src/gallium/winsys/tegra/drm/Makefile.sources |  1 +
 src/intel/Makefile.vulkan.am                  |  4 ++++
 src/vulkan/Makefile.am                        |  4 ++++
 11 files changed, 32 insertions(+), 11 deletions(-)

-- 
2.14.3



More information about the mesa-dev mailing list