Update docs for latest EFL api usage

This commit is contained in:
Andy Williams 2019-05-02 22:24:31 +01:00
parent fc89c02618
commit 91f8c64241
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ and in creating apps based on the EFL suite.
meson
ninja
EFL latest release (>= 1.20.7)
EFL latest release (>= 1.22.0)
libclang-dev (or llvm-clang-devel)
## Installation

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.21.1')
elm = dependency('elementary', version : '>=1.22.0')
top_inc = include_directories('.')
cc = meson.get_compiler('c')