time to require efl 1.26 or better finally

This commit is contained in:
Carsten Haitzler 2021-12-26 16:13:58 +00:00
parent 0b1b9fc9d1
commit 3e95d2ad9f
1 changed files with 1 additions and 1 deletions

View File

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