Home | History | Annotate | Download | only in dist

Lines Matching refs:VERSION

26 # Version should match the current XComposite version. XCompositeQueryVersion
27 # returns the version from xcompositewire.h, NOT the version we set here.
29 # digit in the version number to track changes which don't affect the
30 # protocol, so Xcomposite version l.n.m corresponds to protocol version l.n
58 # Check compositeext configuration, strip extra digits from package version to
59 # find the required protocol version
60 if test "$VERSION" = "" ; then
61 VERSION=$PACKAGE_VERSION;
63 COMPOSITEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`]