summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2015-01-12 12:35:24 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2015-01-27 20:01:04 +0900
commit6968fb9d466ac8cb97f429101514c2d73c7090c8 (patch)
tree7eb74a35e426a3864b391482d4757a6ebd1cc457
parent759e515cc824271661cf7737d7227108081f9bdc (diff)
downloadise-engine-anthy-6968fb9d466ac8cb97f429101514c2d73c7090c8.tar.gz
ise-engine-anthy-6968fb9d466ac8cb97f429101514c2d73c7090c8.tar.bz2
ise-engine-anthy-6968fb9d466ac8cb97f429101514c2d73c7090c8.zip
Fix build error due to no Ecore_IMF.h
Change-Id: Ic2e012409cccde7a6d0818ff5b1028c9dd4b558e
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xpackaging/ise-engine-anthy.spec2
-rwxr-xr-xsrc/Makefile.am6
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 9be94dd..6061f5a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ SCIM_VERSION=1.2.0
PKG_CHECK_MODULES(SCIM,[isf >= $SCIM_VERSION])
-PKG_CHECK_MODULES(ECORE,[ecore])
+PKG_CHECK_MODULES(ECORE_IMF,[ecore-imf])
AC_SUBST(SCIM_VERSION)
diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec
index 140bb1f..4a36fcc 100755
--- a/packaging/ise-engine-anthy.spec
+++ b/packaging/ise-engine-anthy.spec
@@ -10,7 +10,7 @@ BuildRequires: prelink
BuildRequires: gettext-tools
BuildRequires: pkgconfig(isf)
BuildRequires: pkgconfig(anthy)
-BuildRequires: pkgconfig(ecore)
+BuildRequires: pkgconfig(ecore-imf)
%description
ISF is an input service framework for TIZEN.
diff --git a/src/Makefile.am b/src/Makefile.am
index d5e1844..b64817b 100755
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -71,8 +71,8 @@ ise_engine_anthy_la_SOURCES = \
scim_anthy_style_file.cpp \
scim_anthy_utils.cpp
-ise_engine_anthy_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @ANTHY_CFLAGS@ @ECORE_CFLAGS@
-ise_engine_anthy_la_CXXFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @ANTHY_CFLAGS@ @ECORE_CFLAGS@
+ise_engine_anthy_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @ANTHY_CFLAGS@ @ECORE_IMF_CFLAGS@
+ise_engine_anthy_la_CXXFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ @ANTHY_CFLAGS@ @ECORE_IMF_CFLAGS@
ise_engine_anthy_la_LDFLAGS = \
-avoid-version \
@@ -81,7 +81,7 @@ ise_engine_anthy_la_LDFLAGS = \
@LIBTOOL_EXPORT_OPTIONS@ \
@SCIM_LIBS@ \
@ANTHY_LIBS@ \
- @ECORE_LIBS@
+ @ECORE_IMF_LIBS@
#