diff options
author | Derek Foreman <derek.foreman.samsung@gmail.com> | 2018-09-10 10:34:30 -0500 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-09-11 09:54:49 +0200 |
commit | b43033e39397d3c9126bfd95e51dba4f91ec54db (patch) | |
tree | 52ffcfd284d42bb1ddae341e25d251f23fa87b01 | |
parent | 0d506bf346bf0815fe4ce2b1d7a6471187d1e4bf (diff) |
ecore_wl2: Move surface module file to modules directory
It is now similar to how other modules are handled.
Differential Revision: https://phab.enlightenment.org/D7016
Signed-off-by: Derek Foreman <derek.foreman.samsung@gmail.com>
-rw-r--r-- | src/Makefile_Ecore_Wl2.am | 2 | ||||
-rw-r--r-- | src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c (renamed from src/lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wl2.am b/src/Makefile_Ecore_Wl2.am index a3bdec5..df89b22 100644 --- a/src/Makefile_Ecore_Wl2.am +++ b/src/Makefile_Ecore_Wl2.am | |||
@@ -74,7 +74,7 @@ lib/ecore_wl2/efl-aux-hints-client-protocol.h \ | |||
74 | lib/ecore_wl2/efl-hints-client-protocol.h \ | 74 | lib/ecore_wl2/efl-hints-client-protocol.h \ |
75 | lib/ecore_wl2/efl-hints-protocol.c | 75 | lib/ecore_wl2/efl-hints-protocol.c |
76 | 76 | ||
77 | DMABUFSOURCES = lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c | 77 | DMABUFSOURCES = modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c |
78 | ecorewl2enginedmabufpkgdir = $(libdir)/ecore_wl2/engines/dmabuf/$(MODULE_ARCH) | 78 | ecorewl2enginedmabufpkgdir = $(libdir)/ecore_wl2/engines/dmabuf/$(MODULE_ARCH) |
79 | ecorewl2enginedmabufpkg_LTLIBRARIES = modules/ecore_wl2/engines/dmabuf/module.la | 79 | ecorewl2enginedmabufpkg_LTLIBRARIES = modules/ecore_wl2/engines/dmabuf/module.la |
80 | 80 | ||
diff --git a/src/lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c b/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c index 02e77f9..02e77f9 100644 --- a/src/lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c +++ b/src/modules/ecore_wl2/engines/dmabuf/ecore_wl2_surface_module_dmabuf.c | |||