summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-07-06 16:28:30 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-07-06 16:28:30 +0900
commite0bcdaa403f71430f5a42d2fe62313c826428664 (patch)
tree0b3634ee093dcefc760c091f5166e0500a0d01e8
parent7f15166ee074ca087b2c0796ebc303416aa0f8d7 (diff)
downloadenlightenment-e0bcdaa403f71430f5a42d2fe62313c826428664.tar.gz
e20: Fix compilation with (deprecated) ecore drm
-rw-r--r--src/bin/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile.mk b/src/bin/Makefile.mk
index 2974e46e65..0cc984c49b 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)