summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-08-24 08:07:21 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-08-24 08:07:21 +0100
commit0f2d16ee2d75f3065c589f803e37432a6b378f5e (patch)
tree4db08c7e54e2736229e41f8ec47b6d52a8c95b0a /meson.build
parent165903324f8c8cceaecd410f18f6132f2f0dcde7 (diff)
downloadenlightenment-0f2d16ee2d75f3065c589f803e37432a6b378f5e.tar.gz
e - bump minimum efl to 1.22.3
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e573ec8e3c..785877a47e 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ config_h.set('E_RELEASE_BUILD' , '1')
#release = 'ver-0.23'
####
-efl_version = '>= 1.22.2'
+efl_version = '>= 1.22.3'
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')