Rely on fixes in latest EFL release

This commit is contained in:
Andy Williams 2018-03-03 11:35:54 +00:00
parent 263c9b5f1e
commit a463f15411
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ config_h.set_quoted('PACKAGE_DOC_DIR', join_paths(get_option('prefix'), get_opti
config_h.set_quoted('EFL_BETA_API_SUPPORT' , '1')
elm = dependency('elementary', version : '>=1.20.6')
elm = dependency('elementary', version : '>=1.20.7')
top_inc = include_directories('.')
cc = meson.get_compiler('c')