diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2017-10-27 18:17:50 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2017-11-01 14:14:32 +0000 |
commit | 120dce3074fe0a6a070be3f759869652d45e237d (patch) | |
tree | 23e2b5bba0201bca1fe7536b9c9471f7c3221beb /libwindowmanager.pc.in | |
parent | 667709521c49f03864eae67881a8a98324917972 (diff) |
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'libwindowmanager.pc.in')
-rw-r--r-- | libwindowmanager.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |