summaryrefslogtreecommitdiff
path: root/system/conky/audacious-2.3-fix.txt
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980@gmail.com>2010-05-31 11:21:07 -0400
committerRobby Workman <rworkman@slackbuilds.org>2010-06-04 00:55:54 -0500
commit351f895700a314b0f4186884f33b00e92bd89ed1 (patch)
tree91d47e32371be90298960db494f50952e203bfb7 /system/conky/audacious-2.3-fix.txt
parent11a11c7df9d79a5867d1c15fdd63caffab6d1d28 (diff)
downloadslackbuilds-351f895700a314b0f4186884f33b00e92bd89ed1.tar.gz
system/conky: re-added audacious support.
Signed-off-by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'system/conky/audacious-2.3-fix.txt')
-rw-r--r--system/conky/audacious-2.3-fix.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/conky/audacious-2.3-fix.txt b/system/conky/audacious-2.3-fix.txt
new file mode 100644
index 0000000000..ebd1526017
--- /dev/null
+++ b/system/conky/audacious-2.3-fix.txt
@@ -0,0 +1,12 @@
+diff -up conky-1.8.0/configure.ac.00 conky-1.8.0/configure.ac
+--- conky-1.8.0/configure.ac.00 2010-05-25 23:41:05.529674814 -0700
++++ conky-1.8.0/configure.ac 2010-05-25 23:41:34.475430675 -0700
+@@ -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"