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 bcd0ae0b83180abd73cbae0330d71938ecacfa42
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Aug 16 09:08:21 2022 -0400
efl: Disable building evas drm engine and ecore_evas drm engine
For now we will disable building these as the ecore_drm2 API/ABI is
about to become majorly broken
---
src/modules/ecore_evas/meson.build | 2 +-
src/modules/evas/engines/meson.build | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/modules/ecore_evas/meson.build b/src/modules/ecore_evas/meson.build
index 7a9d6979da..bea6aeb079 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']],
diff --git a/src/modules/evas/engines/meson.build b/src/modules/evas/engines/meson.build
index b1c11369c9..ea6676043a 100644
--- a/src/modules/evas/engines/meson.build
+++ b/src/modules/evas/engines/meson.build
@@ -1,7 +1,7 @@
engines = [
['buffer', []],
['fb', ['fb']],
- ['drm', ['drm']],
+# ['drm', ['drm']],
['software_x11', ['x11']],
['wayland_shm', ['wl']],
]
@@ -28,7 +28,7 @@ endif
if get_option('opengl') == 'es-egl'
engines += [
['wayland_egl', ['wl']],
- ['gl_drm', ['drm']]
+# ['gl_drm', ['drm']]
]
have_gl_engine = true
endif
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.