projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4f587
)
meson: add window system deps to intel vulkan common
author
Dylan Baker
<dylan@pnwbakers.com>
Fri, 29 Sep 2017 22:44:31 +0000
(15:44 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Tue, 3 Oct 2017 17:01:45 +0000
(10:01 -0700)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/intel/vulkan/meson.build
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/meson.build
b/src/intel/vulkan/meson.build
index a0be95c747cc4bccb88bd1ee2ca8b06603b47b1b..6ce092e05ce4be9bf805fb7c60f2ba9faff557e9 100644
(file)
--- a/
src/intel/vulkan/meson.build
+++ b/
src/intel/vulkan/meson.build
@@
-135,7
+135,7
@@
libanv_common = static_library(
include_directories : [inc_common, inc_intel, inc_compiler, inc_drm_uapi,
inc_vulkan_util, inc_vulkan_wsi],
c_args : [c_vis_args, no_override_init_args, '-msse2', anv_flags],
- dependencies : [dep_valgrind],
+ dependencies : [dep_valgrind
, anv_deps, dep_libdrm
],
)
libvulkan_intel = shared_library(