This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 1ea15595af17fa5915bbce6c93bd859ee6c835fd
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Fri Jul 5 11:43:15 2024 +0100
efm2 - eb explicit - we need 1.26 efl git
---
meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index 74b96fc..4fb1966 100644
--- a/meson.build
+++ b/meson.build
@@ -7,8 +7,8 @@ base_url = 'https://www.enlightenment.org/about-'
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)
deps = [
- dependency('elementary', version: '>= 1.26.0'),
- dependency('emotion', version: '>= 1.26.0'),
+ dependency('elementary', version: '>= 1.26.99'),
+ dependency('emotion', version: '>= 1.26.99'),
m_dep
]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.