meson - vix ecore wl2 pc generation to not include nonexistent wl lib

the ecore wl2.pc wanted to -lwayland_protocol ... which is never
installed. it's an in-tree .a we stattically link in, so remove it
from the pub libs in the pc. rthis was causing things that build
against efl to fail (like enlightenment).
This commit is contained in:
Carsten Haitzler 2018-12-20 16:38:16 +00:00
parent e74578c7d3
commit 6fcc3a56d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ecore_wl2_deps = [dependency('wayland-client'), dependency('wayland-server'), dependency('xkbcommon'), wayland_protocol, dependency('wayland-client')]
ecore_wl2_pub_deps = [eina, ecore, wayland_protocol]
ecore_wl2_pub_deps = [eina, ecore]
ecore_wl2_header_src = [
'Ecore_Wl2.h'