aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-01-20 16:14:07 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:13:49 -0300
commit38e10e17700b5381022315729f531f2b863ee3ae (patch)
treebaf38f85aa573ab5359b49f08f7e9e86395d752c /data
parentd931b4cf3c4e9fd3bf3e4909f096625da69a78ee (diff)
Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_PATH.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'data')
-rw-r--r--data/shiboken.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
index 2a5e33d86..6cef48417 100644
--- a/data/shiboken.pc.in
+++ b/data/shiboken.pc.in
@@ -4,11 +4,11 @@ libdir=@LIB_INSTALL_DIR@
includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
python_interpreter=@PYTHON_EXECUTABLE@
-python_include_dir=@PYTHON_INCLUDE_DIR@
+python_include_dir=@SBK_PYTHON_INCLUDE_DIR@
avoid_protected_hack=@AVOID_PROTECTED_HACK@
Name: shiboken
Description: Support library for Python bindings created with Shiboken generator.
Version: @shiboken_VERSION@
Libs: @SBK_PYTHON_LIBRARIES@ -L${libdir} -lshiboken${shiboken_SUFFIX}@LIBRARY_OUTPUT_SUFFIX@
-Cflags: -I@PYTHON_INCLUDE_PATH@ -I${includedir}/${shiboken_SUFFIX}@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@
+Cflags: -I@SBK_PYTHON_INCLUDE_DIR@ -I${includedir}/${shiboken_SUFFIX}@SBK_PKG_CONFIG_PY_DEBUG_DEFINITION@