diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 10:34:16 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 11:27:14 +0900 |
commit | a69692ae83501b7af5dd94cde4d57b8844cac514 (patch) | |
tree | 5e8e525eb12b8d1acf314db9417bd773be18b89f /libsoundmanager.pc.in | |
parent | b1be7965fe4c5a234a9d1f5f9867aeeb3288786b (diff) |
Ported from agl-service-soundmanager-2017
To improve indivisuality, library to access to agl-service-soundmanager is
ported to this repository
Change-Id: Ib82fd53a69fae58999bce75c625a4a5fe21bc787
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'libsoundmanager.pc.in')
-rw-r--r-- | libsoundmanager.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libsoundmanager.pc.in b/libsoundmanager.pc.in new file mode 100644 index 0000000..0ab1481 --- /dev/null +++ b/libsoundmanager.pc.in @@ -0,0 +1,11 @@ +includedir=@PROJECT_INCLUDEDIR@ +libdir=@PROJECT_LIBDIR@ + +Name: @PROJECT_PRETTY_NAME@ +Description: @PROJECT_DESCRIPTION@ +Version: @PROJECT_VERSION@ +URL: @PROJECT_URL@ + +Requires: json-c libafbwsc +Cflags: -I${includedir} +Libs: -L${libdir} -lsoundmanager |