summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2009-12-08 18:17:19 +0000
committerBogdan Gheorghe <gheorghe>2009-12-08 18:17:19 +0000
commitde1d456fb0dfcff989303218e89ff2b8ae2b741d (patch)
tree17c2effb891e1cdc366416faf8f177365933f86d /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
parentd94afbf964862c36ee380009d104190baa84ae1f (diff)
downloadeclipse.platform.swt-de1d456fb0dfcff989303218e89ff2b8ae2b741d.tar.gz
eclipse.platform.swt-de1d456fb0dfcff989303218e89ff2b8ae2b741d.tar.xz
eclipse.platform.swt-de1d456fb0dfcff989303218e89ff2b8ae2b741d.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
index a34667462e..0a0375de4e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
@@ -46,7 +46,7 @@ CAIROLIBS = `pkg-config --libs-only-L cairo` -lcairo
# Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0)
GTKCFLAGS = `pkg-config --cflags gtk+-2.0`
-GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` -L/usr/X11R6/lib $(XLIB64) -lgtk-x11-2.0 -lgthread-2.0 -lXtst
+GTKLIBS = `pkg-config --libs-only-L gtk+-2.0 gthread-2.0` $(XLIB64) -L/usr/X11R6/lib -lgtk-x11-2.0 -lgthread-2.0 -lXtst
CDE_LIBS = -L$(CDE_HOME)/lib -R$(CDE_HOME)/lib -lXt -lX11 -lDtSvc