[PATCH xorg-gtest v2 0/9] Switch from a precompiled library to a source distribution

Chase Douglas chase.douglas at canonical.com
Tue Mar 13 11:47:37 PDT 2012


The major change in this round is to patch 8. Instead of instructing users to
include an automake snippet installed on the system, the README now says to copy
the snippet into the project. The snippet needs to be available before
autoreconf is run. It would be possible to copy the snippet into place in
autogen.sh, but that would be a very non-standard solution to the problem and
would require the user to have xorg-gtest installed.

The xorg-gtest.m4 macro now sets BASE_CXXFLAGS and STRICT_CXXFLAGS properly.

The other change is the addition of patch 9. It allows for the Xorg binary to be
set through a compilation flag. This should make it possible to use xorg-gtest's
main() with an Xorg server built in the xserver project.

All XORG_MACROS_VERSION calls have been updated to require 1.17 for
XORG_ENABLE_INTEGRATION_TESTS.

-- Chase


More information about the xorg-devel mailing list