summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-07 15:24:24 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:11 +0100
commitd53901c67c7df914fbc5279f25d0e725c479bab0 (patch)
tree2f56a226d30f090cf4e807ccf910dfd41fc72ebf /configure.ac
parentaf6a2e4f820631e3bb64ad726ad774af45f1759d (diff)
targets/xa-vmwgfx: Convert to automake
v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a8bedc5680..81c57cf2f46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2003,6 +2003,11 @@ AC_SUBST([VDPAU_MINOR], 0)
AC_SUBST([XVMC_MAJOR], 1)
AC_SUBST([XVMC_MINOR], 0)
+AC_SUBST([XA_MAJOR], 1)
+AC_SUBST([XA_MINOR], 0)
+AC_SUBST([XA_TINY], 0)
+AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_TINY")
+
dnl prepend CORE_DIRS to SRC_DIRS
SRC_DIRS="$CORE_DIRS $SRC_DIRS"
@@ -2074,6 +2079,8 @@ AC_CONFIG_FILES([configs/current
src/gallium/targets/vdpau-r600/Makefile
src/gallium/targets/vdpau-radeonsi/Makefile
src/gallium/targets/vdpau-softpipe/Makefile
+ src/gallium/targets/xa-vmwgfx/Makefile
+ src/gallium/targets/xa-vmwgfx/xatracker.pc
src/gallium/targets/xorg-i915/Makefile
src/gallium/targets/xorg-nouveau/Makefile
src/gallium/targets/xorg-r300/Makefile