diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-07-08 17:06:14 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2015-07-08 17:06:14 -0400 |
commit | 4b4f28ac5e16cfb63187948638b292862495f1ed (patch) | |
tree | 491118b70fcef7a13fa05ff6b431615672964d14 /src/modules/Makefile_wl_desktop_shell.mk | |
parent | 921b882e9ddf21d7af311085d1e6f853f7d9a3e7 (diff) | |
download | enlightenment-4b4f28ac5e16cfb63187948638b292862495f1ed.tar.gz |
remove NEED_WL define from some makefiles
this isn't a thing and I don't know why it's here
Diffstat (limited to 'src/modules/Makefile_wl_desktop_shell.mk')
-rw-r--r-- | src/modules/Makefile_wl_desktop_shell.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile_wl_desktop_shell.mk b/src/modules/Makefile_wl_desktop_shell.mk index 53c8525564..58aa2d487a 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) |