summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2018-07-10 09:49:36 -0500
committerDerek Foreman <derekf@osg.samsung.com>2018-07-10 09:49:36 -0500
commit7a5ca3b52a3bf50dcefe18d5ee7638f4b9f06701 (patch)
tree1f27fdd375f49753fe9448c8e4e9bd8be726bdb4
parent35210b553dce1f2fda7090025318e34919c47712 (diff)
downloadefl-devs/derekf/build_fix.tar.gz
ecore_wl2: Include window_v6.x in the dist even if not configure for waylanddevs/derekf/build_fix
Release tarballs need this file regardless of whether --enable-wayland is specified or not.
-rw-r--r--src/Makefile_Ecore_Wl2.am6
1 files 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