2006-07-26  Ali Akcaagac <aliakc@web.de>

	Fixes #348755

	* sound-properties-capplet.c: only include libhal if HAL is enabled.
This commit is contained in:
Ali Akcaagac 2006-07-26 13:25:04 +00:00 committed by Rodrigo Moya
parent 9ab95c00c5
commit 77dcdf8760
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-07-26 Ali Akcaagac <aliakc@web.de>
Fixes #348755
* sound-properties-capplet.c: only include libhal if HAL is enabled.
2006-07-23 Sebastien Bacher <seb128@debian.org>
* gnome-settings-sound.desktop.in.in:

View file

@ -41,7 +41,9 @@
#include <glade/glade.h>
#include <dbus/dbus-glib-lowlevel.h>
#if USE_HAL
#include <libhal.h>
#endif
#include <gst/gst.h>
/* Needed only for the sound capplet */