mesa/src/vulkan/util
Tobias Klausmann 29179f58c6 vulkan/util: meson build - add wayland client include
Without this the build breaks with:

In file included from ../src/vulkan/util/vk_util.h:32,
                 from ../src/vulkan/util/vk_util.c:28:
../include/vulkan/vulkan.h:51:10: fatal error: wayland-client.h: No such file or
directory
 #include <wayland-client.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

The above misses the include directory for wayland:
   -I/usr/include/wayland

Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-03-17 17:55:29 +00:00
..
.gitignore vulkan/util: Add generator for enum_to_str functions 2017-02-22 13:12:02 -08:00
gen_enum_to_str.py vulkan/overlay: fix missing var rename in previous commit 2019-03-07 13:45:14 +00:00
meson.build vulkan/util: meson build - add wayland client include 2019-03-17 17:55:29 +00:00
vk_alloc.h vulkan/alloc: Add a vk_strdup helper 2018-08-28 13:05:54 -05:00
vk_debug_report.c vulkan: move anv VK_EXT_debug_report implementation to common code. 2018-01-17 11:27:52 +01:00
vk_debug_report.h vulkan: move anv VK_EXT_debug_report implementation to common code. 2018-01-17 11:27:52 +01:00
vk_util.c vulkan/utils: s/VERSION/PACKAGE_VERSION/ 2018-11-26 22:05:02 +00:00
vk_util.h vulkan/util: make header available from c++ 2019-03-06 22:46:37 +00:00