projects
/
libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf2c445
)
_fix_pkgconfig_libdir
author
Sjoerd Simons
<sjoerd@debian.org>
Mon, 7 Mar 2016 19:24:16 +0000
(19:24 +0000)
committer
Balint Reczey
<balint@balintreczey.hu>
Mon, 7 Mar 2016 19:24:16 +0000
(19:24 +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 0933dc3de849d825afe1d0a862459a65917f946e..808870ab5ce7c516e5b6a2f335d54bc8dff5f665 100644
(file)
--- a/
src/libcec/CMakeLists.txt
+++ b/
src/libcec/CMakeLists.txt
@@
-157,7
+157,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