Fixes #348755
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:
parent
9ab95c00c5
commit
77dcdf8760
2 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue