diff --git a/README.md b/README.md index c799fbd..0d11ea3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/meson.build b/meson.build index a87744b..785b36a 100644 --- a/meson.build +++ b/meson.build @@ -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')