From 49e45d2ae6d8fb91d2f3ee49780995807e853fec Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sun, 26 Dec 2010 17:24:44 +0000 Subject: Fix dbus git-svn-id: http://clementine-player.googlecode.com/svn/trunk@2501 94c5599e-fc6c-11de-b061-8119ef04aefe --- diff --git a/src/config.h.in b/src/config.h.in index 0068378..2baa3ae 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -35,13 +35,12 @@ #cmakedefine HAVE_SPARKLE #cmakedefine HAVE_STATIC_SQLITE -#cmakedefine HAVE_LIBGPOD +#cmakedefine HAVE_DBUS #cmakedefine HAVE_GIO #cmakedefine HAVE_IMOBILEDEVICE -#cmakedefine HAVE_LIBMTP - +#cmakedefine HAVE_LIBGPOD #cmakedefine HAVE_LIBINDICATE - #cmakedefine HAVE_LIBLASTFM +#cmakedefine HAVE_LIBMTP #endif // CONFIG_H_IN diff --git a/src/core/player.h b/src/core/player.h index 66dfdcb..18a1bfc 100644 --- a/src/core/player.h +++ b/src/core/player.h @@ -23,6 +23,7 @@ #include +#include "config.h" #include "core/albumcoverloader.h" #include "core/song.h" #include "engines/engine_fwd.h" diff --git a/src/ui/screensaver.cpp b/src/ui/screensaver.cpp index b548ce1..58aeaa7 100644 --- a/src/ui/screensaver.cpp +++ b/src/ui/screensaver.cpp @@ -15,6 +15,7 @@ along with Clementine. If not, see . */ +#include "config.h" #include "screensaver.h" #include diff --git a/src/widgets/osd.cpp b/src/widgets/osd.cpp index f38379f..df97a22 100644 --- a/src/widgets/osd.cpp +++ b/src/widgets/osd.cpp @@ -15,6 +15,7 @@ along with Clementine. If not, see . */ +#include "config.h" #include "osd.h" #include "osdpretty.h" #include "ui/systemtrayicon.h" diff --git a/src/widgets/osd.h b/src/widgets/osd.h index e899c63..ced0cf7 100644 --- a/src/widgets/osd.h +++ b/src/widgets/osd.h @@ -22,6 +22,7 @@ #include #include +#include "config.h" #include "engines/engine_fwd.h" #include "core/albumcoverloader.h" #include "core/backgroundthread.h" diff --git a/src/widgets/osd_x11.cpp b/src/widgets/osd_x11.cpp index 6ea482b..59abc93 100644 --- a/src/widgets/osd_x11.cpp +++ b/src/widgets/osd_x11.cpp @@ -15,6 +15,7 @@ along with Clementine. If not, see . */ +#include "config.h" #include "osd.h" #include -- cgit v0.8.3.4