projects
/
yaml-cpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2144dcd
)
pkgconfig
author
Lifeng Sun
<lifongsun@gmail.com>
Fri, 30 Aug 2013 10:29:05 +0000
(11:29 +0100)
committer
Lifeng Sun
<lifongsun@gmail.com>
Fri, 30 Aug 2013 10:29:05 +0000
(11:29 +0100)
Gbp-Pq: Name pkgconfig.patch
yaml-cpp.pc.cmake
patch
|
blob
|
history
diff --git
a/yaml-cpp.pc.cmake
b/yaml-cpp.pc.cmake
index 04d343f65c0bb00949031597e30272cb3b412880..3b0ef6f0a9bbdba77ca8ab74424e3dd90a46bc3f 100644
(file)
--- a/
yaml-cpp.pc.cmake
+++ b/
yaml-cpp.pc.cmake
@@
-1,11
+1,10
@@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
Name: Yaml-cpp
Description: A YAML parser and emitter for C++
Version: @YAML_CPP_VERSION@
Requires:
-Libs: -
L${libdir} -
lyaml-cpp
+Libs: -lyaml-cpp
Cflags: -I${includedir}