Fix building with Audacious >= 2.3
authorDaniel Pielmeier <billie@gentoo.org>
Mon, 12 Apr 2010 21:24:42 +0000 (14:24 -0700)
committerBrenden Matthews <brenden@diddyinc.com>
Mon, 12 Apr 2010 21:24:42 +0000 (14:24 -0700)
Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

configure.ac.in

index 5cda4b8..882280d 100644 (file)
@@ -149,7 +149,7 @@ AC_ARG_ENABLE([audacious],
 
 AM_CONDITIONAL(BUILD_AUDACIOUS, test x$want_audacious = xyes -o x$want_audacious = xlegacy)
 if test x$want_audacious = xyes; then
-      PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0])
+      PKG_CHECK_MODULES([Audacious], [audacious >= 1.4.0 audclient dbus-glib-1 glib-2.0 gobject-2.0])
       conky_CFLAGS="$conky_CFLAGS $Audacious_CFLAGS"
       conky_LIBS="$conky_LIBS $Audacious_LIBS"
       save_CPPFLAGS="$CPPFLAGS"