e build fix - make uuid an explicit dep of gadget loader

fix build break thanks to latest 1.23 bet bleeding edge efl.
This commit is contained in:
Carsten Haitzler 2019-09-25 18:45:31 +01:00
parent e69a27a81c
commit 754e56f68c
1 changed files with 2 additions and 1 deletions

View File

@ -577,7 +577,8 @@ if config_h.has('HAVE_WAYLAND') == true
name_prefix: '',
include_directories: include_directories('../..'),
dependencies: [
dep_dl,
dep_dl,
dependency('uuid'),
dependency('elementary'),
dependency('ecore-wl2'),
dependency('wayland-client'),