cedric pushed a commit to branch master.

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

commit d8b9ea9f9b0dd0ca4d0968f27812e41d5e4dd493
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Aug 10 10:27:49 2017 -0700

    wl_drm: do not say you have wl_drm backend in config.h when you have not.
---
 src/modules/wl_drm/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/wl_drm/meson.build b/src/modules/wl_drm/meson.build
index 26af1f727..1d9fdede7 100644
--- a/src/modules/wl_drm/meson.build
+++ b/src/modules/wl_drm/meson.build
@@ -6,6 +6,6 @@ no_icon = true
 
 if get_option('wayland') != true
   disable = true
+else
+  config_h.set('HAVE_WL_DRM', '1')
 endif
-
-config_h.set('HAVE_WL_DRM', '1')

-- 


Reply via email to