jpeg pushed a commit to branch enlightenment-0.20.

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

commit e0bcdaa403f71430f5a42d2fe62313c826428664
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Jul 6 16:28:30 2016 +0900

    e20: Fix compilation with (deprecated) ecore drm
---
 src/bin/Makefile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/Makefile.mk b/src/bin/Makefile.mk
index 2974e46..0cc984c 100644
--- a/src/bin/Makefile.mk
+++ b/src/bin/Makefile.mk
@@ -377,7 +377,7 @@ src/bin/e_comp_wl_input.c \
 src/bin/e_comp_wl.c
 endif
 
-src_bin_enlightenment_CPPFLAGS = $(E_CPPFLAGS) -DE_LOGGING=1 @WAYLAND_CFLAGS@ 
@WAYLAND_EGL_CFLAGS@ @ECORE_X_CFLAGS@
+src_bin_enlightenment_CPPFLAGS = $(E_CPPFLAGS) -DE_LOGGING=1 @WAYLAND_CFLAGS@ 
@WAYLAND_EGL_CFLAGS@ @ECORE_X_CFLAGS@ @WL_DRM_CFLAGS@
 src_bin_enlightenment_SOURCES = \
 src/bin/e_main.c \
 $(enlightenment_src)

-- 


Reply via email to