mesa/src/gbm
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
..
backends/dri gbm: Add a gbm_device_get_format_modifier_plane_count function 2017-09-14 14:47:39 -07:00
main gbm: Add a gbm_device_get_format_modifier_plane_count function 2017-09-14 14:47:39 -07:00
Android.mk gbm: turn GBM_ALWAYS_SOFTWARE into a boolean 2017-09-12 13:53:11 +01:00
Makefile.am configure.ac: split the wayland client/server confusion 2017-09-19 19:02:34 +01:00
Makefile.sources gbm: remove unneeded gbm_drm_device abstraction 2017-05-29 16:49:47 +01:00
gbm-symbols-check gbm: Add gbm_device_get_format_modifier_plane_count to test 2017-09-17 12:53:46 +03:00