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 d42d5b0a60b6d7cced3934eeb765cf7f5b67f80e
Author: Christopher Michael <[email protected]>
AuthorDate: Mon Aug 25 12:00:59 2025 -0500
evas engines: Re-enable building of the evas drm engine
---
src/modules/evas/engines/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/evas/engines/meson.build b/src/modules/evas/engines/meson.build
index bc61c5b6d7..cba83cad65 100644
--- a/src/modules/evas/engines/meson.build
+++ b/src/modules/evas/engines/meson.build
@@ -16,7 +16,7 @@ if sys_windows
else
engines += [
['fb', ['fb']],
-# ['drm', ['drm']],
+ ['drm', ['drm']],
['software_x11', ['x11']],
['wayland_shm', ['wl']],
]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.