From 60c3b3589c568482087205331ed4badba0426cf8 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Wed, 3 Oct 2012 17:48:43 +0000 Subject: [PATCH] efbb: check for canberra >= 0.16 ca_context_playing() was added on this version SVN revision: 77382 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b581811..9fe9837 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_SUBST(sound_dir) AC_DEFINE_UNQUOTED(SOUND_DIR, ["$SOUND_DIR"], [Where sound files are installed.]) AC_CHECK_PROG(HAVE_GENEET, geneet.py, true, false) -PKG_CHECK_MODULES([EFBB], [libcanberra etrophy ephysics elementary edje ecore evas]) +PKG_CHECK_MODULES([EFBB], [libcanberra >= 0.16 etrophy ephysics elementary edje ecore evas]) if test "x$HAVE_GENEET" = "xfalse"; then AC_MSG_ERROR([*** Geneet not found, make sure geneet.py is in your PATH])