diff options
author | Jason Ekstrand <[email protected]> | 2016-08-22 21:37:28 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-13 12:40:12 -0700 |
commit | 8f780af968ffda8c4cc241017a2bca1338176167 (patch) | |
tree | 04df37d0328f955e4471e0668b5e95c21782a532 /src/intel/vulkan/Makefile.am | |
parent | 1fe8bf82b20086e7190c7fe135ac15eb516e2d89 (diff) |
anv: Add initial blorp support
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.am')
-rw-r--r-- | src/intel/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index cf16ea4e2b1..ce31abb2fce 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -121,6 +121,7 @@ VULKAN_LIB_DEPS += \ $(top_builddir)/src/util/libmesautil.la \ $(top_builddir)/src/intel/common/libintel_common.la \ $(top_builddir)/src/intel/isl/libisl.la \ + $(top_builddir)/src/intel/blorp/libblorp.la \ $(PER_GEN_LIBS) \ $(PTHREAD_LIBS) \ $(DLOPEN_LIBS) \ |