configure.ac: split the wayland client/server confusion
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 1 Sep 2017 16:39:36 +0000 (17:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 19 Sep 2017 18:02:34 +0000 (19:02 +0100)
commit2785090a2ae9d959ce87e40629281a8079fd2f49
treea336febaff46fb82542c30d03224485ad649bcea
parent1d0be5b3fe548ee33d4520092f583c76d42510a6
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>
configure.ac
src/amd/vulkan/Makefile.am
src/egl/Makefile.am
src/egl/wayland/wayland-drm/Makefile.am
src/egl/wayland/wayland-egl/Makefile.am
src/gbm/Makefile.am
src/intel/Makefile.vulkan.am
src/vulkan/Makefile.am