Hi,
On Thu, 2008-01-31 at 06:06 +0100, Denis Oliver Kropp wrote:
gdk-directfb-cleanups.patch
Applied.
gdk-directfb-copy-to-image.patch
Applied.
gtk-add-glib-libs-to-executables.patch
This was a scary build issue. I installed glib, pango and gtk, but kept using
my system's atk. When gtk-query-immodules-2.0 was built it failed to link as
it missed a lot of new functions in the glib, e.g. glib_checksum_new(). I found
out that it somehow tried to link against my system's glib, though using pkg-config
the correct new glib was returned. Not sure if it's libstuhl or just the order
on the linker command line, but adding $(GLIB_LIBS) explicitly did the trick.
I did not apply this one as it affects other backends as well. Will
leave it up to the GTK+ developers to decide if this is the right thing
to do or not...