bump efl-wl req

This commit is contained in:
Mike Blumenkrantz 2017-09-27 12:02:51 -04:00
parent 1cdf98e934
commit 036cc63fd9
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_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') add_global_arguments('-DPACKAGE_SYSCONF_DIR="@0@"'.format(dir_sysconf), language: 'c')
dep_efl_wl = dependency('efl-wl', required: false) dep_efl_wl = dependency('efl-wl', version: '1.21', required: false)
dep_e = dependency('enlightenment') dep_e = dependency('enlightenment')
dir_module_e = join_paths([dep_e.get_pkgconfig_variable('modules'), 'desksanity']) dir_module_e = join_paths([dep_e.get_pkgconfig_variable('modules'), 'desksanity'])