summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2017-10-27 18:17:50 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2017-11-01 14:14:32 +0000
commit120dce3074fe0a6a070be3f759869652d45e237d (patch)
tree23e2b5bba0201bca1fe7536b9c9471f7c3221beb
parent667709521c49f03864eae67881a8a98324917972 (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>
-rw-r--r--CMakeLists.txt4
-rw-r--r--libwindowmanager.pc.in (renamed from windowmanager.pc.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8397e92..e25b271 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++")
add_subdirectory(src)
-configure_file(windowmanager.pc.in windowmanager.pc @ONLY)
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/windowmanager.pc
+configure_file(libwindowmanager.pc.in libwindowmanager.pc @ONLY)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libwindowmanager.pc
DESTINATION
${CMAKE_INSTALL_LIBDIR}/pkgconfig)
diff --git a/windowmanager.pc.in b/libwindowmanager.pc.in
index 2a70037..2a70037 100644
--- a/windowmanager.pc.in
+++ b/libwindowmanager.pc.in