From 120dce3074fe0a6a070be3f759869652d45e237d Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 27 Oct 2017 18:17:50 +0900 Subject: 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit 1.2.3-korg