meson: wayland-egl depends on wayland-client
authorDaniel Stone <daniels@collabora.com>
Thu, 26 Oct 2017 10:56:22 +0000 (11:56 +0100)
committerDaniel Stone <daniels@collabora.com>
Thu, 26 Oct 2017 12:41:09 +0000 (13:41 +0100)
Since wayland-egl.h is currently provided by the core Wayland package,
depend on wayland-client to make sure we get it in our include path.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Fixes: 108d257a16 ("meson: build libEGL")
Cc: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
Cc: Dylan Baker <dylan@pnwbakers.com>
Cc: Gert Wollny <gw.fossdev@gmail.com>
src/egl/wayland/wayland-egl/meson.build

index 5e7c31038438d899f85713340db2d44788c62357..f380e96ee32d7f89e6468446be1ebd339379cd65 100644 (file)
@@ -24,6 +24,7 @@ libwayland_egl = shared_library(
   'wayland-egl.c',
   c_args : [c_vis_args],
   link_args : ld_args_gc_sections,
+  dependencies : dep_wayland_client,
   version : '1.0.0',
   install : true,
 )