|
|
|
@ -267,7 +267,7 @@ dep_elementary = dependency('elementary' , required: true) |
|
|
|
|
|
|
|
|
|
dep_wayland = [] |
|
|
|
|
if get_option('wayland') == true |
|
|
|
|
wayland_protocols = dependency('wayland-protocols', version: '>= 1.9') |
|
|
|
|
wayland_protocols = dependency('wayland-protocols', version: '>= 1.12') |
|
|
|
|
dir_wayland_protocols = wayland_protocols.get_pkgconfig_variable('pkgdatadir') |
|
|
|
|
wayland_version = '>= 1.11.0' |
|
|
|
|
dep_wayland = [ dependency('ecore-wl2'), |
|
|
|
@ -285,7 +285,7 @@ if get_option('wayland') == true |
|
|
|
|
requires_drm = 'ecore-drm2' |
|
|
|
|
dep_wayland += dep_ecore_drm2 |
|
|
|
|
endif |
|
|
|
|
requires_wayland = ' '.join([ 'wayland-protocols >= 1.9', |
|
|
|
|
requires_wayland = ' '.join([ 'wayland-protocols >= 1.12', |
|
|
|
|
'ecore-wl2', |
|
|
|
|
'efl-wl', |
|
|
|
|
requires_drm, |
|
|
|
|