File: 03_audclient

package info (click to toggle)
audtty 0.1.12-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 596 kB
  • sloc: ansic: 1,560; sh: 193; makefile: 63
file content (14 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Patch configure.ac to fix dependency.

Author: Chris Taylor <ctaylor@debian.org>
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_PATH_PROG(RANLIB, ranlib)
 AC_PROG_MAKE_SET
 
 # Checks for libraries.
-PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 1.5],
+PKG_CHECK_MODULES(AUDACIOUS, [audclient >= 1.5],
 	[],
 	[AC_MSG_ERROR([Can't find Audacious development files.])])