Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] new dependencies in SWT 3.0

Hi Steve

> Sorry for the balkanization.  What would you like to happen? (be specific)

These were the 2-132 dependencies:

---------
LINUX-GTK
---------
gtk-x11-2.0;
gdk-x11-2.0;
atk-1.0;
gdk_pixbuf-2.0;
m;
pangoxft-1.0;
pangox-1.0;
pango-1.0;
gobject-2.0;
gmodule-2.0;
dl;
glib-2.0;
gthread-2.0;
pthread;	

------
WIN32
------
ole32;
comctl32;
user32;
gdi32;
comdlg32;
kernel32;
shell32;
advapi32;
imm32;
winspool;
oleaut32;

I would like a core SWT 3.0 that is backwards compatible with 2-132 and that does
*not* introduce new dependencies (No Mozilla, No Gnome dependencies).

This will permit me to compile 3.O natively, link statically, and run it on the
framebuffer just as 2-132 (for very thin linux clients).

org-eclipse-swt-browser
org-eclipse-gnome

--> out of the swt-gtk source core; separate source trees, and separate makefiles
altogether.


Back to the top