Make sure we require libcanberra 0.4 to get the .disabled support

2008-07-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Make sure we require libcanberra 0.4
	to get the .disabled support


svn path=/trunk/; revision=8817
This commit is contained in:
Bastien Nocera 2008-07-29 00:38:14 +00:00 committed by Bastien Nocera
parent 07ac9b7c5d
commit 452957595e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-07-29 Bastien Nocera <hadess@hadess.net>
* configure.in: Make sure we require libcanberra 0.4
to get the .disabled support
2008-07-28 Bastien Nocera <hadess@hadess.net>
* Makefile.am:

View file

@ -283,7 +283,7 @@ dnl ==============================================
dnl sound capplet section
dnl ==============================================
PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk gio-2.0, have_canberra=yes, have_canberra=no)
PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk >= 0.4 gio-2.0, have_canberra=yes, have_canberra=no)
if test "x$have_gstreamer" = "xyes" && test "x$have_canberra" = "xyes" ; then
SOUND_CAPPLET_LIBS="$GST_LIBS -lgstaudio-0.10 -lgstinterfaces-0.10"