From 7a5ca3b52a3bf50dcefe18d5ee7638f4b9f06701 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 10 Jul 2018 09:49:36 -0500 Subject: ecore_wl2: Include window_v6.x in the dist even if not configure for wayland Release tarballs need this file regardless of whether --enable-wayland is specified or not. --- 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 -- cgit v1.2.1