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 /windowmanager.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 'windowmanager.pc.in')
-rw-r--r-- | windowmanager.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/windowmanager.pc.in b/windowmanager.pc.in deleted file mode 100644 index 2a70037..0000000 --- a/windowmanager.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -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 |