From 577683f09bb4a5eb35d0032372083d0d8f64c445 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Sat, 24 Nov 2018 14:13:02 +0200 Subject: [PATCH] build: add meson to autotools dist tar-ball This should let people using the dist tarballs to build with meson. Signed-off-by: Pekka Paalanen --- Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Makefile.am b/Makefile.am index 321c2413..359f7e99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1712,3 +1712,23 @@ protocol/%-server-protocol.h : $(top_srcdir)/protocol/%.xml protocol/%-client-protocol.h : $(top_srcdir)/protocol/%.xml $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) client-header < $< > $@ + +EXTRA_DIST += \ + clients/meson.build \ + compositor/meson.build \ + data/meson.build \ + desktop-shell/meson.build \ + fullscreen-shell/meson.build \ + ivi-shell/meson.build \ + libweston-desktop/meson.build \ + libweston/git-version.h.meson \ + libweston/meson.build \ + man/meson.build \ + meson.build \ + meson_options.txt \ + protocol/meson.build \ + remoting/meson.build \ + shared/meson.build \ + tests/meson.build \ + wcap/meson.build \ + xwayland/meson.build