build - fix deps for efl_canvas_wl to be able to build against efl

This commit is contained in:
Carsten Haitzler 2020-05-27 11:45:41 +01:00
parent f5d3a2bf28
commit b1c65d4da7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
efl_canvas_wl_deps = [ecore_wl2, ecore_input, ecore, ecore_evas, evas, emile, eina]
efl_canvas_wl_pub_deps = [eo, efl, evas, dependency('wayland-server', version : '>= 1.11.0'), dependency('xkbcommon', version : '>= 0.6.0'), wayland_protocol]
efl_canvas_wl_deps = [ecore_wl2, ecore_input, ecore, ecore_evas, evas, emile, eina, wayland_protocol ]
efl_canvas_wl_pub_deps = [eo, efl, evas, dependency('wayland-server', version : '>= 1.11.0'), dependency('xkbcommon', version : '>= 0.6.0')]
if (get_option('x11'))
efl_canvas_wl_deps += [ecore_x]