From a3e101c1f05e8135ec4e91cea783b61db50c9442 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 23 Oct 2017 13:41:11 +0900 Subject: 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 --- soundmanager.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 soundmanager.pc.in (limited to 'soundmanager.pc.in') 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 -- cgit 1.2.3-korg