modules/input: don't dist generated protocol sources

For some reason modules/input adds the C code that is generated by
wayland-scanner to EXTRA_DIST. This results in a race where depending
on the timestamps of the tarball and the timestamp of the system
wayland-protocols either the generated source in the tarball or a
regenerated source will be used.

This doesn't actually impact the code generated, but it does break
reproducible builds as the list of source files changes.
This commit is contained in:
Ross Burton 2020-07-02 17:47:02 +01:00
parent 74ff79ef60
commit 1bc6f7ef47

View File

@ -304,7 +304,6 @@ immodules.cache: Makefile.am $(module_LTLIBRARIES)
if USE_WAYLAND
BUILT_SOURCES = $(protocol_built_sources) $(protocol_built_sources_gtk)
EXTRA_DIST += $(protocol_built_sources) $(protocol_built_sources_gtk)
endif
EXTRA_DIST += \