Blame SOURCES/xserver-sdk-abi-requires.git

5766b0
#!/bin/sh
5766b0
#
5766b0
# The X server provides capabilities of the form:
5766b0
#
5766b0
# Provides: xserver-abi(ansic-0) = 4
5766b0
#
5766b0
# for an ABI version of 0.4.  The major number is encoded into the name so
5766b0
# that major number changes force upgrades.  If we didn't, then
5766b0
#
5766b0
# Requires: xserver-abi(ansic) >= 0.4
5766b0
#
5766b0
# would also match 1.0, which is wrong since major numbers mean an ABI break.
5766b0
5766b0
echo "xserver-abi($1-@MAJOR@) >= @MINOR@"