[totem] plugins: Fix building the media-player-keys plugin



commit cd9f4a7901bf39030eeb6e3d8773089949f7f307
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 4 19:05:02 2011 +0100

    plugins: Fix building the media-player-keys plugin

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 90f86f7..747559e 100644
--- a/configure.in
+++ b/configure.in
@@ -400,7 +400,7 @@ for plugin in ${used_plugins}; do
 			fi
 		;;
 		media-player-keys)
-			PKG_CHECK_MODULES(MEDIA_PLAYER_KEYS, gio-2.0 >= 2.24,
+			PKG_CHECK_MODULES(MEDIA_PLAYER_KEYS, gio-2.0 >= 2.24 dbus-glib-1,
 				[HAVE_MEDIA_PLAYER_KEYS=yes], [HAVE_MEDIA_PLAYER_KEYS=no])
 			if test "${HAVE_MEDIA_PLAYER_KEYS}" != "yes" ; then
 				plugin_error_or_ignore "you need gio >= 2.24 installed for the media-player-keys plugin"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]