Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-11-06 16:53:45 +0000
committerSilenio Quarti2012-11-06 16:53:45 +0000
commite3aaf16f1aa29c6d2dd516202170d683e45be062 (patch)
tree9d21515856947053c3e629286bd9f783c90ccc2f
parent108ae10eac07bb64b38326ca84e88aaa4dcf8ca3 (diff)
downloadrt.equinox.framework-e3aaf16f1aa29c6d2dd516202170d683e45be062.tar.gz
rt.equinox.framework-e3aaf16f1aa29c6d2dd516202170d683e45be062.tar.xz
rt.equinox.framework-e3aaf16f1aa29c6d2dd516202170d683e45be062.zip
Bug 393681 - Port to GTK+ 3
-rw-r--r--bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak b/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
index 7b1815596..d0227efc2 100644
--- a/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
+++ b/bundles/org.eclipse.equinox.executable/library/gtk/make_hpux.mak
@@ -40,7 +40,7 @@ DLL = $(PROGRAM_LIBRARY)
LIBS = -L$(MOTIF_HOME)/lib -L$(X11_HOME)/lib -lpthread -lrt
GTK_LIBS = \
-DGTK_LIB="\"libgtk-x11-2.0.so\"" -DGDK_LIB="\"libgdk-x11-2.0.so\"" \
- -DGTK3_LIB="\"libgtk-3.so\"" -DGDK3_LIB="\"libgdk-3.so\""
+ -DGTK3_LIB="\"libgtk-3.so\"" -DGDK3_LIB="\"libgdk-3.so\"" \
-DPIXBUF_LIB="\"libgdk_pixbuf-2.0.so\"" \
-DGOBJ_LIB="\"libgobject-2.0.so\"" -DX11_LIB="\"libX11.so\""
LFLAGS = ${M_ARCH} -shared -static-libgcc

Back to the top