diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-01 15:29:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-01 15:29:12 +0000 |
commit | 52b760024986f635b78d77573311072936d16e4e (patch) | |
tree | 2b0b6a2a90ea8d2f69e9aaaf8732d10e59e00363 | |
parent | ff5dfc17d9e7df05ff98cc5e92ca484be92f75ce (diff) | |
parent | 120dce3074fe0a6a070be3f759869652d45e237d (diff) |
Merge "Change package configuration file name"
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-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 322e574..d1c9a96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,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 |