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 8193816ed845eb8cc19f4089b26ba0666f94d01b
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 19179a2892..3091e2492c 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']],
   ]
@@ -37,7 +37,7 @@ else
   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.

Reply via email to