diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 14:25:07 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-26 20:33:08 +0900 |
commit | c986011039cbb77171486d4b916c888f390cfbe2 (patch) | |
tree | be34726e14680f19c16217656a38d76639d6bb09 /windowmanager.pc.in | |
parent | 39c704a6ca59820671677194d02fd29657ca15a6 (diff) |
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 <knimitz@witz-inc.co.jp>
Diffstat (limited to 'windowmanager.pc.in')
-rw-r--r-- | windowmanager.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |