summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
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 /src/intel/vulkan/Makefile.am
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 'src/intel/vulkan/Makefile.am')
-rw-r--r--src/intel/vulkan/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index 54a51be..5d2b3a5 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -49,6 +49,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_builddir)/src \
-I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/vulkan/wsi \
-I$(top_builddir)/src/compiler \
-I$(top_srcdir)/src/compiler \
-I$(top_builddir)/src/compiler/nir \
@@ -116,6 +117,7 @@ libvulkan_common_la_SOURCES = $(VULKAN_SOURCES)
VULKAN_LIB_DEPS += \
libvulkan_common.la \
+ $(top_builddir)/src/vulkan/wsi/libvulkan_wsi.la \
$(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \
$(top_builddir)/src/compiler/nir/libnir.la \
$(top_builddir)/src/util/libmesautil.la \