projects
/
libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb8e16
)
_fix_pkgconfig_libdir
author
Sjoerd Simons
<sjoerd@debian.org>
Mon, 25 Dec 2017 21:52:01 +0000
(21:52 +0000)
committer
Balint Reczey
<rbalint@ubuntu.com>
Mon, 25 Dec 2017 21:52:01 +0000
(21:52 +0000)
Gbp-Pq: Name 04_fix_pkgconfig_libdir.patch
src/libcec/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/libcec/CMakeLists.txt
b/src/libcec/CMakeLists.txt
index 7eeaa5e49e96f56e78c56f4fa6a3d617ed711d1c..49a39b3fffed1fc4ae10e457c711b9004165d822 100644
(file)
--- a/
src/libcec/CMakeLists.txt
+++ b/
src/libcec/CMakeLists.txt
@@
-161,7
+161,7
@@
else()
configure_pc_file(cec ${CMAKE_CURRENT_SOURCE_DIR}/libcec.pc.in
${CMAKE_CURRENT_SOURCE_DIR}/libcec.pc
${CMAKE_INSTALL_PREFIX}
- ${CMAKE_INSTALL_
PREFIX}/${CMAKE_INSTALL_
LIBDIR}
+ ${CMAKE_INSTALL_LIBDIR}
${CMAKE_INSTALL_PREFIX}/include)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/libcec.pc