Add explicit dependency over ecore-wayland 88/163588/3
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 12 Dec 2017 08:05:57 +0000 (17:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Dec 2017 23:20:13 +0000 (08:20 +0900)
Change-Id: Ia32e96170f2cdb24a7a0a4a0bad838f7f696ec61

configure.ac
packaging/e-mod-tizen-wl-textinput.spec
src/Makefile.am

index b489437..46968f5 100644 (file)
@@ -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])
index b07b69b..97b3528 100644 (file)
@@ -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)
index 882e4cb..fc5a650 100644 (file)
@@ -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