diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-27 17:17:19 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-31 00:18:31 +0000 |
commit | cda4a958e85d397bae142fbe6068a3e17d4aa935 (patch) | |
tree | 86c018bdc6f426be47748adc90d61026197bf8f5 /libsoundmanager.pc.in | |
parent | 25dc6f0be0d06bd556503edeb3e14e050bdf7036 (diff) |
Change package configuration file nameeel_4.99.3eel_4.99.2eel/4.99.3eel/4.99.24.99.34.99.2
Since libsoundmanager is split from agl-service-soundmanager-2017,
I think the package configuration file should use the same name
as the library, so change the file name to libsoundmanager.pc.
Change-Id: I7d96e67b106ffb647d7bf5ecd2b24870afd39e9d
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
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..3a0da38 --- /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 afb-daemon +Cflags: -I${includedir} +Libs: -L${libdir} -lsoundmanager
\ No newline at end of file |