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:
+20
@@ -1712,3 +1712,23 @@ protocol/%-server-protocol.h : $(top_srcdir)/protocol/%.xml
|
|||||||
|
|
||||||
protocol/%-client-protocol.h : $(top_srcdir)/protocol/%.xml
|
protocol/%-client-protocol.h : $(top_srcdir)/protocol/%.xml
|
||||||
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) client-header < $< > $@
|
$(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
|
||||||
|
|||||||
Reference in New Issue
Block a user