Hello, I am trying to test the functionality of the linux-fb port of the
gtk, and I see that it is not supported under the configure scripts. Can
someone explain how it is compiled?

This is the config.status output for the configure script:

# Currently we always use X11 on those systems where we run configure...

if test "xx11" = "xx11" ; then
  gdk_windowing='
#define GDK_WINDOWING_X11'
elif test "xx11" = "xnanox" ; then
  gdk_windowing='
#define GDK_WINDOWING_NANOX'
elif test "xx11" = "xlinux-fb" ; then
  gdk_windowing='
#define GDK_WINDOWING_FB
#define GDK_NATIVE_WINDOW_POINTER'
fi

Thanks,
Daniel Chemko


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to