diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 13:41:11 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-26 12:53:12 +0900 |
commit | a3e101c1f05e8135ec4e91cea783b61db50c9442 (patch) | |
tree | 42b06f526efd398ecc46c0afa19b57a5319cd34a /soundmanager.pc.in | |
parent | 8fdabf2110b13f1e3aea6e27df938d12894e9b01 (diff) |
Add splitted library from agl-service-soundmanager
Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11421/
[Patch Sets 2]
Remove trailing space
Bug-AGL: SPEC-993
Change-Id: Ia4c78dfed6fea430993b82ff345b4a45eb647aa7
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'soundmanager.pc.in')
-rw-r--r-- | soundmanager.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/soundmanager.pc.in b/soundmanager.pc.in new file mode 100644 index 0000000..3a0da38 --- /dev/null +++ b/soundmanager.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 afb-daemon +Cflags: -I${includedir} +Libs: -L${libdir} -lsoundmanager
\ No newline at end of file |