mesa/src/vulkan
Emil Velikov 2785090a2a configure.ac: split the wayland client/server confusion
At the moment wayland-clients, such as the Vulkan drivers were
over-linking against libwayland-server.so.

That went unnoticed, since both client and server code uses the
wl*interface symbols, which are present in both libwayland-client.so and
libwayland-server.so.

I've looked at correcting that, although that's orthogonal to this fix.

Note: wayland-egl does _not_ depend on wayland-client, although it does
need wayland-egl.h. There's no distinct package that provides it (I have
a WIP on the topic) so current solution will do for now.

v2: Rebase with the "...inline wayland_drm_buffer_get" patch removed.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
2017-09-19 19:02:34 +01:00
..
registry vulkan/registry: Add VK_ANDROID_native_buffer 2017-09-18 14:26:54 -07:00
util vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.py 2017-09-18 14:26:54 -07:00
wsi util/vulkan: Move Vulkan utilities to src/vulkan/util 2017-06-06 08:17:13 -07:00
Android.mk vulkan/registry: Feed vk_android_native_buffer.xml to gen_enum_to_str.py 2017-09-18 14:26:54 -07:00
Makefile.am configure.ac: split the wayland client/server confusion 2017-09-19 19:02:34 +01:00
Makefile.sources radv/vulkan: Move radv_get_driver_version to src/vulkan/util 2017-06-06 08:19:55 -07:00