st/xa: Fix advertized version number and try to avoid future discrepancies
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 3 Apr 2014 05:59:31 +0000 (07:59 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 4 Apr 2014 06:33:43 +0000 (08:33 +0200)
commit61bedc3d6b08943f015f9d590c07a6af36c2a92c
tree2e823f6dcdfd453778b3954a05c2059fccdb6285
parent4fa58ae5c78c15287ad59950c3634017a39e28b6
st/xa: Fix advertized version number and try to avoid future discrepancies

The xa version number had to be set in two places. In configure.ac and in
xa_tracker.h. Furthermore, xa_tracker.h is an installed header so we can't
use mesa internal defines. So therefore, at configure time, modify the
xa_tracker.h header to use the version given by configure.ac

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
configure.ac
src/gallium/state_trackers/xa/xa_tracker.h [deleted file]
src/gallium/state_trackers/xa/xa_tracker.h.in [new file with mode: 0644]