README/build: bump required EFL to 1.22

Done so that eina_convert_strtod_c is available
This commit is contained in:
Boris Faure 2020-06-11 23:19:36 +02:00
parent c37a16151c
commit 983b6698ac
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ This is an EFL terminal emulator with some extra bells and whistles.
Requirements
------------
* `efl` (>= 1.20.0)
* `efl` (>= 1.22.0)
Please see http://www.enlightenment.org for information on these.

View File

@ -39,7 +39,7 @@ if host_os == 'linux'
config_data.set('_POSIX_1_SOURCE', 1)
endif
efl_version = '1.20.0'
efl_version = '1.22.0'
m_dep = cc.find_library('m', required : false)
efl_deps = ['edje',
'elementary',