From 558269fbc766e495524650528f6a73f9c52a7e58 Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Mon, 26 Aug 2013 17:36:19 -0400 Subject: Revert "Bug 415783 - Do not build libswt-gnome.so for GTK_VERSION=3.0" This reverts commit 3b890d08dcf81029d8e7592f4e2162ed47774909. Revert "Bug 413293 - Allow building Gtk 2.x and 3.x native parts in one call " This reverts commit 003624c744ec5b9620c78e62b64d67e2ff73189b. --- bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh | 8 +++----- bundles/org.eclipse.swt/buildSWT.xml | 3 --- 2 files changed, 3 insertions(+), 8 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..689616e0c9 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 @@ -455,14 +455,12 @@ if [ ${MODEL} = 'x86' -a ${SWT_OS} = 'linux' ]; then export SWT_LFLAGS SWT_PTR_CFLAGS fi -if [ x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" -a ${MODEL} != "sparc64" -a ${MODEL} != 'ia64' -a ${GTK_VERSION} != '3.0' ]; then +if [ x`pkg-config --exists gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0 && echo YES` = "xYES" -a ${MODEL} != "sparc64" -a ${MODEL} != 'ia64' ]; then echo "libgnomeui-2.0 found, compiling SWT program support using GNOME" MAKE_GNOME=make_gnome else - if [ ${GTK_VERSION} != '3.0' ]; then - echo "libgnome-2.0 and libgnomeui-2.0 not found:" - echo " *** SWT Program support for GNOME will not be compiled." - fi + echo "libgnome-2.0 and libgnomeui-2.0 not found:" + echo " *** SWT Program support for GNOME will not be compiled." fi if [ x`pkg-config --exists cairo && echo YES` = "xYES" ]; then diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml index 32551ae9d8..8288c35a37 100644 --- a/bundles/org.eclipse.swt/buildSWT.xml +++ b/bundles/org.eclipse.swt/buildSWT.xml @@ -938,7 +938,6 @@ - @@ -1002,10 +1001,8 @@ - - -- cgit v1.2.3