Andrew Overholt 908669e
### Eclipse Workspace Patch 1.0
Andrew Overholt 908669e
#P org.eclipse.swt
Andrew Overholt 908669e
Index: Eclipse SWT PI/gtk/library/build.sh
Andrew Overholt 908669e
===================================================================
Andrew Overholt 908669e
RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh,v
Andrew Overholt 908669e
retrieving revision 1.50
Andrew Overholt 908669e
diff -u -r1.50 build.sh
Andrew Overholt 908669e
--- Eclipse SWT PI/gtk/library/build.sh	23 Jan 2009 23:22:21 -0000	1.50
Andrew Overholt 908669e
+++ Eclipse SWT PI/gtk/library/build.sh	5 Mar 2009 20:41:43 -0000
Andrew Overholt 908669e
@@ -107,11 +107,11 @@
Andrew Overholt 908669e
 		export MOZILLA_LIBS
Andrew Overholt 908669e
 		MAKE_MOZILLA=make_mozilla
Andrew Overholt 908669e
 	elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then
Andrew Overholt 908669e
-		MOZILLA_INCLUDES=`pkg-config --cflags libxul`
Andrew Overholt 908669e
-		MOZILLA_LIBS=`pkg-config --libs libxul`
Andrew Overholt 908669e
-		export MOZILLA_INCLUDES
Andrew Overholt 908669e
-		export MOZILLA_LIBS
Andrew Overholt 908669e
-		MAKE_MOZILLA=make_mozilla
Andrew Overholt 908669e
+		XULRUNNER_INCLUDES=`pkg-config --cflags libxul`
Andrew Overholt 908669e
+		XULRUNNER_LIBS=`pkg-config --libs libxul`
Andrew Overholt 908669e
+		export XULRUNNER_INCLUDES
Andrew Overholt 908669e
+		export XULRUNNER_LIBS
Andrew Overholt 908669e
+		MAKE_MOZILLA=make_xulrunner
Andrew Overholt 908669e
 	else
Andrew Overholt 908669e
 		echo "None of the following libraries were found:  Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM"
Andrew Overholt 908669e
 		echo "    *** Mozilla embedding support will not be compiled."