This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit f298d313979db941472dbbe653f161ce24c9295c
Author: Christopher Michael <[email protected]>
AuthorDate: Wed Aug 27 08:06:25 2025 -0500
ecore_evas_engines: Re-enable building of the ecore_evas drm engine
---
src/modules/ecore_evas/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/ecore_evas/meson.build b/src/modules/ecore_evas/meson.build
index bea6aeb079..7a9d6979da 100644
--- a/src/modules/ecore_evas/meson.build
+++ b/src/modules/ecore_evas/meson.build
@@ -1,6 +1,6 @@
engines = [
['cocoa', ['cocoa']],
-# ['drm', ['drm']],
+['drm', ['drm']],
['fb', ['fb']],
['sdl', ['sdl']],
['wayland', ['wl']],
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.