From 9d339f5792eb3a6ee9cbcfbe73b2cd9252e23851 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 12 Dec 2017 17:05:57 +0900 Subject: [PATCH] Add explicit dependency over ecore-wayland Change-Id: Ia32e96170f2cdb24a7a0a4a0bad838f7f696ec61 --- configure.ac | 1 + packaging/e-mod-tizen-wl-textinput.spec | 1 + src/Makefile.am | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b489437..46968f5 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ AC_PROG_LIBTOOL PKG_CHECK_MODULES(WAYLAND, [wayland-server, text-server, input-method-server]) PKG_CHECK_MODULES(ENLIGHTENMENT, [enlightenment]) PKG_CHECK_MODULES(EEZE, [eeze]) +PKG_CHECK_MODULES(ECORE_WAYLAND, [ecore-wayland]) PKG_CHECK_MODULES(VCONF, [vconf]) PKG_CHECK_MODULES(DLOG, [dlog]) PKG_CHECK_MODULES(CAPI_SYSTEM_INFO, [capi-system-info]) diff --git a/packaging/e-mod-tizen-wl-textinput.spec b/packaging/e-mod-tizen-wl-textinput.spec index b07b69b..97b3528 100644 --- a/packaging/e-mod-tizen-wl-textinput.spec +++ b/packaging/e-mod-tizen-wl-textinput.spec @@ -11,6 +11,7 @@ BuildRequires: pkgconfig(text-server) BuildRequires: pkgconfig(input-method-server) BuildRequires: pkgconfig(enlightenment) BuildRequires: pkgconfig(eeze) +BuildRequires: pkgconfig(ecore-wayland) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(capi-system-info) diff --git a/src/Makefile.am b/src/Makefile.am index 882e4cb..fc5a650 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,6 @@ module_la_SOURCES = e_mod_main.c \ e_mod_input_panel.c \ wti_log.c module_la_LIBADD = -module_la_CFLAGS = @WAYLAND_CFLAGS@ @ENLIGHTENMENT_CFLAGS@ @EEZE_CFLAGS@ @VCONF_CFLAGS@ @CAPI_SYSTEM_INFO_CFLAGS@ -DHAVE_WAYLAND_ONLY -DHAVE_WAYLAND -module_la_LDFLAGS = -module -avoid-version @WAYLAND_LIBS@ @ENLIGHTENMENT_LIBS@ @EEZE_LIBS@ @VCONF_LIBS@ @CAPI_SYSTEM_INFO_LIBS@ +module_la_CFLAGS = @WAYLAND_CFLAGS@ @ENLIGHTENMENT_CFLAGS@ @ECORE_WAYLAND_CFLAGS@ @EEZE_CFLAGS@ @VCONF_CFLAGS@ @CAPI_SYSTEM_INFO_CFLAGS@ -DHAVE_WAYLAND_ONLY -DHAVE_WAYLAND +module_la_LDFLAGS = -module -avoid-version @WAYLAND_LIBS@ @ENLIGHTENMENT_LIBS@ @ECORE_WAYLAND_LIBS@ @EEZE_LIBS@ @VCONF_LIBS@ @CAPI_SYSTEM_INFO_LIBS@ module_la_DEPENDENCIES = $(top_builddir)/config.h -- 2.7.4