Module: Mesa
Branch: master
Commit: 9f7ed60b3eae9d3d20805e79c9ab67674619e2cd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7ed60b3eae9d3d20805e79c9ab67674619e2cd

Author: Daniel Stone <dani...@collabora.com>
Date:   Thu Oct 26 11:56:22 2017 +0100

meson: wayland-egl depends on wayland-client

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 <dani...@collabora.com>
Acked-by: Emil Velikov <emil.veli...@collabora.com>
Fixes: 108d257a16 ("meson: build libEGL")
Cc: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de>
Cc: Dylan Baker <dy...@pnwbakers.com>
Cc: Gert Wollny <gw.foss...@gmail.com>

---

 src/egl/wayland/wayland-egl/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/egl/wayland/wayland-egl/meson.build 
b/src/egl/wayland/wayland-egl/meson.build
index 5e7c310384..f380e96ee3 100644
--- a/src/egl/wayland/wayland-egl/meson.build
+++ b/src/egl/wayland/wayland-egl/meson.build
@@ -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,
 )

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to