Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh4
1 files changed, 4 insertions, 0 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 440c28aee3..45e4d49168 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
@@ -15,6 +15,10 @@
cd `dirname $0`
MAKE_TYPE=make
+if [ "${GTK_VERSION}" = "" ]; then
+ GTK_VERSION=2.0
+ export GTK_VERSION
+fi
# Check if we have to compile external.xpt from external.idl
COMPONENTS_DIR=`pwd`/../../components

Back to the top