bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9581a482804d1a3edc2d3697cb57026fc24d8f6f

commit 9581a482804d1a3edc2d3697cb57026fc24d8f6f
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Sun Dec 3 13:16:01 2017 +0000

    meson: wl_drm now requires libdrm
    
    this fixes building
---
 src/modules/wl_drm/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/wl_drm/meson.build b/src/modules/wl_drm/meson.build
index b46d80643..7c86f07f4 100644
--- a/src/modules/wl_drm/meson.build
+++ b/src/modules/wl_drm/meson.build
@@ -1,7 +1,7 @@
 if get_option('wayland') != true or dep_ecore_drm2.found() != true
   disable = true
 else
-  deps = [dependency('elput')]
+  deps = [dependency('elput'), dependency('libdrm')]
 
   src = files(
     'e_mod_main.c'

-- 


Reply via email to