summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-11-22 04:23:05 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-11-26 20:09:10 +0000
commit9b7037a3696cc9282f209435fc26702998341b5e (patch)
tree5e2d2c97f423af2484daef85a3e5a3941ae1e983 /configure.ac
parentc642e87d9f423c78bf631410e858f675292ba0c4 (diff)
downloadexternal_mesa3d-9b7037a3696cc9282f209435fc26702998341b5e.zip
external_mesa3d-9b7037a3696cc9282f209435fc26702998341b5e.tar.gz
external_mesa3d-9b7037a3696cc9282f209435fc26702998341b5e.tar.bz2
nine: the .pc file should not follow mesa version
The version provided by it should be the same as the one provided/handled by the module. Add the missing tiny version. Cc: <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: David Heidelberg <david@ixit.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 882898f..1d9d015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2093,6 +2093,8 @@ AM_CONDITIONAL(HAVE_SPARC_ASM, test "x$asm_arch" = xsparc)
AC_SUBST([NINE_MAJOR], 1)
AC_SUBST([NINE_MINOR], 0)
+AC_SUBST([NINE_TINY], 0)
+AC_SUBST([NINE_VERSION], "$NINE_MAJOR.$NINE_MINOR.$NINE_TINY")
AC_SUBST([VDPAU_MAJOR], 1)
AC_SUBST([VDPAU_MINOR], 0)