Created attachment 27825 [details] [review] [PATCH] dix: xserver "make dist" fails due to eventconvert.h The dix subdir compiles and links fine, but it prevents the xserver "dist" makefile target to execute. This can be reproduced by doing a full build using ./util/modular/build.sh -D -o xserver/ <prefix> or by running "make dist" from an already built /xserver. make[1]: *** No rule to make target `eventconvert.h', needed by `distdir'. Stop. make: *** [distdir] Error 1 This header file is not in the /dix dir, but in the /include dir. The makefile aborted and the xserver distribution files were not created. The fix is to remove this header file from the libdix_la_SOURCES in the dix/Makefile.am. I suppose it once was in /dix and got moved to /include. I provided a patch to fix problem.
pushed as 7b9915b11ed9eedd0698b4563328504d686ac4ec. thanks for the patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.