From 120dce3074fe0a6a070be3f759869652d45e237d Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 27 Oct 2017 18:17:50 +0900 Subject: Change package configuration file name Since libwindowmanager is split from agl-service-windowmanager-2017, I think the package configuration file should use the same name as the library, so change the file name to libwindowmanager.pc. Change-Id: I08ec3a133edfb689b0b44bba4e11f9f222bfb2ff Signed-off-by: Yuta Doi --- libwindowmanager.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libwindowmanager.pc.in (limited to 'libwindowmanager.pc.in') diff --git a/libwindowmanager.pc.in b/libwindowmanager.pc.in new file mode 100644 index 0000000..2a70037 --- /dev/null +++ b/libwindowmanager.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} -lwindowmanager -- cgit 1.2.3-korg