projects
/
libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facb6ec
)
_fix_pkgconfig_libdir
author
Sjoerd Simons
<sjoerd@debian.org>
Wed, 18 Jan 2017 08:16:30 +0000
(08:16 +0000)
committer
Balint Reczey
<balint@balintreczey.hu>
Wed, 18 Jan 2017 08:16:30 +0000
(08:16 +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 a34bc434f2972fba9163114d58f0e9ee1a84c9df..9c3f0fcb7e096f7589956276bcadd573f1460d80 100644
(file)
--- a/
src/libcec/CMakeLists.txt
+++ b/
src/libcec/CMakeLists.txt
@@
-160,7
+160,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