devilhorns pushed a commit to branch master.

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

commit afef059f0eca5f6067acbe69a69865efefd425e3
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Tue Jul 10 11:40:10 2018 -0400

    ecore_wl2: Include window_v6.x in the dist even if not configured for 
wayland
    
    Summary:
    Release tarballs need this file regardless of whether --enable-wayland is
    specified or not.
    
    fix T7120
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #committers, zmike
    
    Tags: #efl
    
    Maniphest Tasks: T7120
    
    Differential Revision: https://phab.enlightenment.org/D6557
---
 src/Makefile_Ecore_Wl2.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Makefile_Ecore_Wl2.am b/src/Makefile_Ecore_Wl2.am
index 5daa85a5f0..3415d0762e 100644
--- a/src/Makefile_Ecore_Wl2.am
+++ b/src/Makefile_Ecore_Wl2.am
@@ -74,8 +74,6 @@ lib/ecore_wl2/efl-aux-hints-client-protocol.h \
 lib/ecore_wl2/efl-hints-client-protocol.h \
 lib/ecore_wl2/efl-hints-protocol.c
 
-EXTRA_DIST2 += lib/ecore_wl2/window_v6.x
-
 DMABUFSOURCES = lib/ecore_wl2/ecore_wl2_surface_module_dmabuf.c
 ecorewl2enginedmabufpkgdir = $(libdir)/ecore_wl2/engines/dmabuf/$(MODULE_ARCH)
 ecorewl2enginedmabufpkg_LTLIBRARIES = 
modules/ecore_wl2/engines/dmabuf/module.la
@@ -91,3 +89,7 @@ modules_ecore_wl2_engines_dmabuf_module_la_LDFLAGS = -module 
@EFL_LTMODULE_FLAGS
 modules_ecore_wl2_engines_dmabuf_module_la_LIBTOOLFLAGS = --tag=disable-static
 
 endif
+
+#We want this in the release tarball even if the builder isn't compiling
+#wayland support.
+EXTRA_DIST2 += lib/ecore_wl2/window_v6.x

-- 


Reply via email to