summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-27 17:17:19 +0900
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>2017-10-31 00:18:31 +0000
commitcda4a958e85d397bae142fbe6068a3e17d4aa935 (patch)
tree86c018bdc6f426be47748adc90d61026197bf8f5
parent25dc6f0be0d06bd556503edeb3e14e050bdf7036 (diff)
Change package configuration file nameeel_4.99.3eel_4.99.2eel/4.99.3eel/4.99.24.99.34.99.2
Since libsoundmanager is split from agl-service-soundmanager-2017, I think the package configuration file should use the same name as the library, so change the file name to libsoundmanager.pc. Change-Id: I7d96e67b106ffb647d7bf5ecd2b24870afd39e9d Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
-rw-r--r--CMakeLists.txt4
-rw-r--r--libsoundmanager.pc.in (renamed from soundmanager.pc.in)0
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 57a72d2..a49952e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ add_definitions(-DDEBUGMODE)
add_subdirectory(src)
#generate configure file
-configure_file(soundmanager.pc.in soundmanager.pc @ONLY)
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/soundmanager.pc
+configure_file(libsoundmanager.pc.in libsoundmanager.pc @ONLY)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libsoundmanager.pc
DESTINATION
${CMAKE_INSTALL_LIBDIR}/pkgconfig)
diff --git a/soundmanager.pc.in b/libsoundmanager.pc.in
index 3a0da38..3a0da38 100644
--- a/soundmanager.pc.in
+++ b/libsoundmanager.pc.in