summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-11-22 04:23:05 +0000
committerEmil Velikov <[email protected]>2014-11-26 21:23:59 +0000
commit16eaf01a6aacce5a933d631aebbdf6898ccbafd4 (patch)
tree04ad913d133356c49a3cf18579c17302f7a227ef /configure.ac
parent6316d415c45ba67f1cf772de33648a1b883c6ffb (diff)
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: <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: David Heidelberg <[email protected]> (cherry picked from commit 9b7037a3696cc9282f209435fc26702998341b5e)
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 33cbf227ddc..f99ea3d27f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2085,6 +2085,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)