aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 15:00:03 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-22 16:15:53 -0300
commita50c2a87185d0caeada88a658547c58f87a9d0bb (patch)
tree9559bbebd026f6238145a61c1458b9fc80c6be66
parent4ffdd19f47f5f159cae856695d9528b23ce62eae (diff)
Fix pkgconfig libdir variable with lib64/ or lib32/ directories.
Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
-rw-r--r--libshiboken/shiboken.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libshiboken/shiboken.pc.in b/libshiboken/shiboken.pc.in
index f120f00da..0920fb614 100644
--- a/libshiboken/shiboken.pc.in
+++ b/libshiboken/shiboken.pc.in
@@ -1,11 +1,11 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
-libdir=@CMAKE_INSTALL_PREFIX@/lib
+libdir=@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
Name: shiboken
-Description: support library for Python bindings created with Shiboken generator.
+Description: Support library for Python bindings created with Shiboken generator.
Requires: Python
Version: @libshiboken_VERSION@
Libs: -L${libdir} -lpython