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 <pq@iki.fi>
This commit is contained in:
parent
8011b0fa03
commit
577683f09b
20
Makefile.am
20
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
|
||||
|
|
Loading…
Reference in New Issue