discomfitor pushed a commit to branch master.

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

commit c478d4aaf4e4e179ff6fb83a263744c9e518a0f6
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Sep 15 13:33:54 2017 -0400

    fix meson wayland build without drm
---
 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 e5044a9d1..3827d724e 100644
--- a/src/modules/wl_drm/meson.build
+++ b/src/modules/wl_drm/meson.build
@@ -1,4 +1,4 @@
-if get_option('wayland') != true
+if get_option('wayland') != true or dep_ecore_drm2.found() != true
   disable = true
 else
   src = files(

-- 


Reply via email to