require efl-wl 1.20.99

This commit is contained in:
Mike Blumenkrantz 2017-10-20 09:33:38 -04:00
parent fb2b5c6772
commit e2b0c045b5
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ add_global_arguments('-DPACKAGE_LIB_DIR="@0@"'.format(dir_lib), language: 'c')
add_global_arguments('-DPACKAGE_DATA_DIR="@0@"'.format(join_paths(dir_data, meson.project_name())), language: 'c')
add_global_arguments('-DPACKAGE_SYSCONF_DIR="@0@"'.format(dir_sysconf), language: 'c')
dep_efl_wl = dependency('efl-wl', version: '1.21', required: false)
dep_efl_wl = dependency('efl-wl', version: '>= 1.20.99', required: false)
dep_e = dependency('enlightenment')
dir_module_e = join_paths([dep_e.get_pkgconfig_variable('modules'), 'desksanity'])