From 8394c1191ce43e5f6c709e9a5b7e8edbe763c071 Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Thu, 2 Mar 2017 16:05:43 +0900 Subject: [PATCH] Add link flag of ecore-wayland Loading module is failed because of following error. /usr/lib/enlightenment/modules/e-mod-tizen-screen-reader/linux-gnueabi-armv7l-ver-autocannoli-0.20/module.so: undefined symbol: ecore_wl_shutdown It seems that ecore-wayland dependency is removed by https://review.tizen.org/gerrit/#/c/115433/ Change-Id: I8a19ef87e337c898f1431bc7df27523d165aaf17 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 28dd76e..9d879e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,5 +16,5 @@ module_la_SOURCES = \ module_la_LIBADD = module_la_CFLAGS = @ENLIGHTENMENT_CFLAGS@ -module_la_LDFLAGS = -module -avoid-version @ENLIGHTENMENT_LIBS@ +module_la_LDFLAGS = -module -avoid-version @ENLIGHTENMENT_LIBS@ -lecore_wayland module_la_DEPENDENCIES = $(top_builddir)/config.h -- 2.7.4