summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-14 07:12:33 +0100
committerDave Airlie <airlied@redhat.com>2016-10-19 10:15:43 +1000
commit3f7ef2488938d31b5ead043891fadc3cee4c6f05 (patch)
treee8ca48ce50b09485f1d0df789192394749dfd3e7 /configure.ac
parentec0bc14a700c2503d834ac0763f4cfbe312998fa (diff)
downloadexternal_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.zip
external_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.tar.gz
external_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.tar.bz2
anv: move to using shared wsi code
This moves the shared code to a common subdirectory and makes anv linked to that code instead of the copy it was using. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e779d4..7e63bfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2631,6 +2631,8 @@ VA_MINOR=`$PKG_CONFIG --modversion libva | $SED -n 's/.*\.\(.*\)\..*$/\1/p'`
AC_SUBST([VA_MAJOR], $VA_MAJOR)
AC_SUBST([VA_MINOR], $VA_MINOR)
+AM_CONDITIONAL(HAVE_VULKAN_COMMON, test "x$VULKAN_DRIVERS" != "x")
+
AC_SUBST([XVMC_MAJOR], 1)
AC_SUBST([XVMC_MINOR], 0)
@@ -2789,7 +2791,8 @@ AC_CONFIG_FILES([Makefile
src/mesa/drivers/x11/Makefile
src/mesa/main/tests/Makefile
src/util/Makefile
- src/util/tests/hash_table/Makefile])
+ src/util/tests/hash_table/Makefile
+ src/vulkan/wsi/Makefile])
AC_OUTPUT