summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSangchul Lee <sc11.lee@samsung.com>2015-12-15 15:47:17 +0900
committerSangchul Lee <sc11.lee@samsung.com>2016-01-08 16:38:42 +0900
commitd23d4688a3ee16b90f1fe6de41a52f75021c79f3 (patch)
treebfa9efe3b493441546cb3c762c9d4b31b079d129 /configure.ac
parent31d378008a07edffb5fac7f9ee340aa4d4d6fcf5 (diff)
downloadaudio-hal-sc7727-d23d4688a3ee16b90f1fe6de41a52f75021c79f3.tar.gz
audio-hal-sc7727-d23d4688a3ee16b90f1fe6de41a52f75021c79f3.tar.bz2
audio-hal-sc7727-d23d4688a3ee16b90f1fe6de41a52f75021c79f3.zip
Change verb name. Remove unused verb and modifiers. Add tizen-audio-modem.c for IPC with modem. Add audio_set_message_cb() API for message forwading to pulseaudio. Support for voice call. [Version] 0.1.3 [Profile] Mobile [Issue Type] Feature Enhancement and Bug Fix Change-Id: I33bb31bbece9d26a781b342038b45db3cf846585 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b0c487..b612ceb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,10 @@ PKG_CHECK_MODULES(DLOG, dlog)
AC_SUBST(DLOG_CFLAGS)
AC_SUBST(DLOG_LIBS)
+PKG_CHECK_MODULES(EXPAT, expat)
+AC_SUBST(EXPAT_CFLAGS)
+AC_SUBST(EXPAT_LIBS)
+
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.