From c986011039cbb77171486d4b916c888f390cfbe2 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 23 Oct 2017 14:25:07 +0900 Subject: Add library splitted from agl-service-windowmanager Related commit : https://gerrit.automotivelinux.org/gerrit/#/c/11451/ [Patch Sets 2] - Remove doc/* because these documents are integtrated to agl-service-windowmanager-2017. https://gerrit.automotivelinux.org/gerrit/#/c/11507/1 - Modify the function comments to doxygen format. Bug-AGL : SPEC-993 Change-Id: Id82ee513e06f0c12eba044b8d42d8dde68063168 Signed-off-by: Kazumasa Mitsunari --- windowmanager.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windowmanager.pc.in (limited to 'windowmanager.pc.in') diff --git a/windowmanager.pc.in b/windowmanager.pc.in new file mode 100644 index 0000000..2a70037 --- /dev/null +++ b/windowmanager.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