diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:29:20 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-23 14:29:20 +0900 |
commit | e33fb7867a36b803f7ae2a1cb8f1a3b4f9076e08 (patch) | |
tree | ef2972d4b72a7a1cc63ac69155574278b2e0be8c /libhomescreen.pc.in | |
parent | f5c14333d2170ae9babed53ea530828569a830ff (diff) |
Split libhomescreen from agl-homescreen-service-2017
Split libhomescreen library from agl-homescreen-service-2017.
Relative commit:
https://gerrit.automotivelinux.org/gerrit/#/c/11413/
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'libhomescreen.pc.in')
-rw-r--r-- | libhomescreen.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libhomescreen.pc.in b/libhomescreen.pc.in new file mode 100644 index 0000000..809abbd --- /dev/null +++ b/libhomescreen.pc.in @@ -0,0 +1,12 @@ +includedir=@PROJECT_INCLUDEDIR@ +libdir=@PROJECT_LIBDIR@ +binding_install_dir=@binding_install_dir@ + +Name: @PROJECT_PRETTY_NAME@ +Description: @PROJECT_DESCRIPTION@ +Version: @PROJECT_VERSION@ +URL: @PROJECT_URL@ + +Requires: json-c afb-daemon +Cflags: -I${includedir} +Libs: -L${libdir} -lhomescreen |