summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-22 21:29:01 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-22 21:31:01 +0000
commit5311687e6de790c4f426a582559b71f7399b4571 (patch)
treeaf8cb0d2db7394b1bcfc46298f90459d1959654e /meson.build
parentbe1db92dbbcbd85c3535215b0605bb64dfe0577b (diff)
downloadenlightenment-5311687e6de790c4f426a582559b71f7399b4571.tar.gz
scaling - set Xft.dpi and merge properly with .Xdefaults
this uses new efl functions so ... you need a git efl now (and eventually 1.26). this sets Xft.dpi to match the xsettings dpi etc. etc. ... so it all matches up.
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 7cfc277e34..e470579b3f 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,7 @@ e_version_rev = '.'.join([ver, git_version])
release = 'dev-0.24.99'
####
-efl_version = '>= 1.24.1'
+efl_version = '>= 1.25.99'
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')