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 1f238d1991410781a8c12d14b35a1a00866813f1
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 3091e2492c..eae257abbd 100644
--- a/src/modules/evas/engines/meson.build
+++ b/src/modules/evas/engines/meson.build
@@ -17,7 +17,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.