mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
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 <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> (cherry picked from commit9f7ed60b3e)
This commit is contained in:
parent
5addf041ef
commit
c7e625df69
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue