forked from AuroraMiddleware/gtk
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:
parent
74ff79ef60
commit
1bc6f7ef47
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user