Unable to create a tar file for the vmmouse package or run distcheck for that matter. In tools, when the dev package is not installed, the makefile code under HAS_UDEV_RULES_DIR is commented out. That leaves $(udev_DATA) empty which causes EXTRA_DIST to be missing a file.
The solution is to spell out the file name. The name can never change as the content of the tarball must be the same for everyone creating a tar file from git, regardless of their workstation configuration. Signed-off-by: Gaetan Nadon <mems...@videotron.ca> --- *** Changed commit text, it's not the missing libdev package but udev. tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index ea7ba66..8ae5516 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -53,4 +53,4 @@ CLEANFILES += $(udev_DATA) endif # HAS_UDEV_RULES_DIR -EXTRA_DIST = $(udev_DATA).in hal-probe-vmmouse.in +EXTRA_DIST = 69-xorg-vmmouse.rules.in hal-probe-vmmouse.in -- 1.7.9.5 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel