[fpc-pascal] DirectFB for FPC beta tarball

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Jun 1 18:17:10 CEST 2009


2009/6/1 Michael Van Canneyt <michael at freepascal.org>:
>> As Micha said in his reply, since Gtk can be used with DFB without X,
>> you can have Lazarus w/o X anyway.
>
> I really doubt it:
>
> home: >ldd lazarus | grep libX
>        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fe7531d8000)

As with fpGUI, most of the other dependencies are pulled in due the
libX11 library. Remove that, and all (or 99% of those) will disappear.


> There is some serious work to be done to make that reality :-)

It's not as bad as it look.  :-)

For example, fpGUI-X11 use xlib only and this is what it pulls in:

 ldd uidesigner | grep libX
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e56000)
	libXft.so.2 => /usr/lib/libXft.so.2 (0xb7e44000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7c22000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb7bfd000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7bf8000)

GTK2 obviously pulls in the rest that you listed.

Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list