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 7063f17e664316e865b12e92f9ddbb8fe45ac785
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Sun Aug 17 10:17:52 2025 -0500

    ecore_drm2: Bump required libdrm version to >= 2.4.108
    
    As we need to use drmModeFormatModifierBlobIterNext to iterate plane
    IN_FORMATS blobs, we need to require a higher libdrm version
---
 src/lib/ecore_drm2/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm2/meson.build b/src/lib/ecore_drm2/meson.build
index cfc83892a5..1644633862 100644
--- a/src/lib/ecore_drm2/meson.build
+++ b/src/lib/ecore_drm2/meson.build
@@ -1,6 +1,6 @@
 ecore_drm2_deps = [eeze, elput, dependency('gbm')]
 ecore_drm2_pub_deps = [ecore]
-ecore_drm2_ext_deps = [dl, libdrm]
+ecore_drm2_ext_deps = [dl, dependency('libdrm', version: '>= 2.4.108')]
 
 ecore_drm2_header_src = [
   'Ecore_Drm2.h'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to