summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman.samsung@gmail.com>2018-08-20 14:08:19 -0400
committerMike Blumenkrantz <zmike@samsung.com>2018-08-20 14:08:19 -0400
commite793a698dc39ddf7fb899b5d9a0e499cf1cb11e4 (patch)
treecae388c9755d36c2008788436c76735e34ea58d0
parent365c0334ff66af2592c8f86f542024d0b506ca3e (diff)
downloadefl-e793a698dc39ddf7fb899b5d9a0e499cf1cb11e4.tar.gz
ecore_wl2_dmabuf: Depend on ecore_wl2
Summary: fix commit 87332f2e3ab2694f27913222ddadbadbca5c4d54 which added a requirement to link with ecore_wl2 but no requirement that it be built first. ref T7327 @fix Subscribers: cedric, #reviewers, #committers, zmike Tags: #efl Maniphest Tasks: T7327 Differential Revision: https://phab.enlightenment.org/D6875
-rw-r--r--src/Makefile_Ecore_Wl2.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Ecore_Wl2.am b/src/Makefile_Ecore_Wl2.am
index cad2769bf1..a3bdec5814 100644
--- a/src/Makefile_Ecore_Wl2.am
+++ b/src/Makefile_Ecore_Wl2.am
@@ -86,6 +86,7 @@ $(install_ecorewl2enginedmabufpkgLTLIBRARIES): install-libLTLIBRARIES
modules_ecore_wl2_engines_dmabuf_module_la_SOURCES = $(DMABUFSOURCES)
modules_ecore_wl2_engines_dmabuf_module_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WL2_CFLAGS@
modules_ecore_wl2_engines_dmabuf_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ @USE_ECORE_WL2_LIBS@
+modules_ecore_wl2_engines_dmabuf_module_la_DEPENDENCIES = lib/ecore_wl2/libecore_wl2.la
modules_ecore_wl2_engines_dmabuf_module_la_LIBTOOLFLAGS = --tag=disable-static
endif