Mercurial > audlegacy
annotate audlegacyclient.pc.in @ 4883:f8e00917d6cc
fix dbus glitch
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 23 May 2009 00:00:14 +0900 |
parents | 06fb50c7f40a |
children |
rev | line source |
---|---|
3114
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
1 prefix=@prefix@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
3 data_dir=@datadir@/@PACKAGE_NAME@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
4 |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
5 version=@PACKAGE_VERSION@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
6 audacious_include_dir=@includedir@ |
4814
06fb50c7f40a
we should use modified libdir insted of plugindir.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4800
diff
changeset
|
7 lib_dir=@plugindir@ |
3114
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
8 |
4814
06fb50c7f40a
we should use modified libdir insted of plugindir.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
4800
diff
changeset
|
9 Name: Audlegacy Client Library |
3114
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
10 Description: Remote control library for Audacious |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
11 Version: @PACKAGE_VERSION@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
12 Requires: @PC_REQUIRES@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
13 Libs: -L${lib_dir} @LIBAUDCLIENT_LDFLAGS@ |
774cc92d936e
Add a pkg-config for audclient.
William Pitcock <nenolod@atheme-project.org>
parents:
diff
changeset
|
14 Cflags: -I${audacious_include_dir} |