From cda4a958e85d397bae142fbe6068a3e17d4aa935 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 27 Oct 2017 17:17:19 +0900 Subject: Change package configuration file name 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 --- soundmanager.pc.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 soundmanager.pc.in (limited to 'soundmanager.pc.in') diff --git a/soundmanager.pc.in b/soundmanager.pc.in deleted file mode 100644 index 3a0da38..0000000 --- a/soundmanager.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -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