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:
parent
07ac9b7c5d
commit
452957595e
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue