block on efl-git for edi-git

This commit is contained in:
Andy Williams 2018-02-10 21:07:00 +00:00
parent 4219182826
commit a446c1d34c
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')
elm = dependency('elementary', version : '>=1.20.99')
top_inc = include_directories('.')
cc = meson.get_compiler('c')