From a50c2a87185d0caeada88a658547c58f87a9d0bb Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 22 Mar 2010 15:00:03 -0300 Subject: Fix pkgconfig libdir variable with lib64/ or lib32/ directories. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Bruno Araújo Reviewer: Marcelo Lira --- libshiboken/shiboken.pc.in | 4 ++-- 1 file 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 -- cgit v1.2.3