Mercurial > audlegacy-plugins
changeset 37:f6742b7270bb trunk
[svn] - require audacious 1.1.99 instead of 1.2.0
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 13:24:39 -0700 |
parents | b223a90f8a9a |
children | e0a8ee3543d3 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 18 08:59:51 2006 -0700 +++ b/ChangeLog Mon Sep 18 13:24:39 2006 -0700 @@ -1,3 +1,14 @@ +2006-09-18 15:59:51 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [72] + - build fixes. + + + Changes: Modified: + +0 -1 trunk/configure.ac + +1 -0 trunk/src/alsa/init.c + +1 -1 trunk/src/scrobbler/config.h + + 2006-09-18 15:54:41 +0000 Tony Vroon <chainsaw@gentoo.org> revision [70] Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay?
--- a/configure.ac Mon Sep 18 08:59:51 2006 -0700 +++ b/configure.ac Mon Sep 18 13:24:39 2006 -0700 @@ -94,8 +94,8 @@ dnl Check for Audacious -PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.2.0], - [ADD_PC_REQUIRES([audacious >= 1.2.0])], +PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.1.99], + [ADD_PC_REQUIRES([audacious >= 1.1.99])], [AC_MSG_ERROR([Cannot find Audacious, have you installed audacious yet?])] )