This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 0848f6cc334714efad91b9d58ebccff40b39d91a
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jan 8 18:34:52 2026 +0000
elm - build - fix defines if fb is enabled so engine is used
fb enigne was not even tried on start - missing define
@fix
---
src/lib/elementary/meson.build | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build
index de40d9cf87..1f07a668f3 100644
--- a/src/lib/elementary/meson.build
+++ b/src/lib/elementary/meson.build
@@ -992,6 +992,11 @@ if get_option('wl')
)
endif
+if get_option('fb')
+ config_h.set('HAVE_ELEMENTARY_FB', '1')
+ elementary_deps += ecore_fb
+endif
+
if get_option('drm')
config_h.set('HAVE_ELEMENTARY_DRM', '1')
elementary_deps += ecore_drm2
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.