discomfitor pushed a commit to branch master.

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

commit 4b4f28ac5e16cfb63187948638b292862495f1ed
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jul 8 17:06:14 2015 -0400

    remove NEED_WL define from some makefiles
    
    this isn't a thing and I don't know why it's here
---
 src/modules/Makefile_shot.mk             | 2 +-
 src/modules/Makefile_wl_desktop_shell.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/Makefile_shot.mk b/src/modules/Makefile_shot.mk
index 214fbed..ddbdc15 100644
--- a/src/modules/Makefile_shot.mk
+++ b/src/modules/Makefile_shot.mk
@@ -13,7 +13,7 @@ shotpkg_LTLIBRARIES = src/modules/shot/module.la
 
 src_modules_shot_module_la_LIBADD = $(MOD_LIBS) @WAYLAND_LIBS@
 src_modules_shot_module_la_CPPFLAGS = \
-  $(MOD_CPPFLAGS) @WAYLAND_CFLAGS@ -DNEED_WL
+  $(MOD_CPPFLAGS) @WAYLAND_CFLAGS@
 src_modules_shot_module_la_LDFLAGS = $(MOD_LDFLAGS)
 src_modules_shot_module_la_SOURCES = \
   src/modules/shot/e_mod_main.c \
diff --git a/src/modules/Makefile_wl_desktop_shell.mk 
b/src/modules/Makefile_wl_desktop_shell.mk
index 53c8525..58aa2d4 100644
--- a/src/modules/Makefile_wl_desktop_shell.mk
+++ b/src/modules/Makefile_wl_desktop_shell.mk
@@ -12,7 +12,7 @@ wl_desktop_shellpkgdir = 
$(MDIR)/wl_desktop_shell/$(MODULE_ARCH)
 wl_desktop_shellpkg_LTLIBRARIES = src/modules/wl_desktop_shell/module.la
 
 src_modules_wl_desktop_shell_module_la_DEPENDENCIES = $(MDEPENDENCIES)
-src_modules_wl_desktop_shell_module_la_CPPFLAGS  = $(MOD_CPPFLAGS) 
@WL_DESKTOP_SHELL_CFLAGS@ @WAYLAND_CFLAGS@ -DNEED_WL
+src_modules_wl_desktop_shell_module_la_CPPFLAGS  = $(MOD_CPPFLAGS) 
@WL_DESKTOP_SHELL_CFLAGS@ @WAYLAND_CFLAGS@
 src_modules_wl_desktop_shell_module_la_LIBADD   = $(LIBS) 
@WL_DESKTOP_SHELL_LIBS@ @WAYLAND_LIBS@
 src_modules_wl_desktop_shell_module_la_LDFLAGS = $(MOD_LDFLAGS)
 

-- 


Reply via email to