summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
index faae9e8fef..3efb1d54dd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -329,7 +329,7 @@ case $SWT_OS.$SWT_ARCH in
export XULRUNNER_LIBS="-L${XULRUNNER_SDK}/lib -lxpcomglue"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
fi
;;
"linux.s390x")
@@ -358,7 +358,7 @@ case $SWT_OS.$SWT_ARCH in
export XULRUNNER_LIBS="-L${XULRUNNER_SDK}/lib -lxpcomglue"
fi
if [ "${PKG_CONFIG_PATH}" = "" ]; then
- export PKG_CONFIG_PATH="/usr/local/cairo64/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/usr/lib64/pkgconfig"
fi
;;
"aix.ppc")