Once Midori is set up to use DirectFB, it includes gtk which includes ATK. ATK requires X11 but Midori isn't supposed to use X11. ATK should not require X11 or a similar program should be used instead.
As far as I can see atk only uses X11 if BR2_PACKAGE_XORG7 is selected. Do you have X11 selected in the buildroot configuration?
ping?
No, I don't. I tried not to.
(In reply to comment #3) > No, I don't. I tried not to. Odd, please attach your .config so I can try to reproduce it.
Created attachment 623 [details] Config file Things are wrong, just in general.
(In reply to comment #5) > Created an attachment (id=623) [details] > Config file > > Things are wrong, just in general. I don't really see anything wrong in that config. I see that you're building for x86 - My guess is that some package ends up using atk headers/lib from the host. Do you have the atk development package installed on your host? Could you provide a bit more details about what goes wrong - What error message do you get exactly?
I just tested: I can successfully build a Gtk/ATK/Glib/Pango/Cairo stack on top of DirectFB without any X11 component. In addition to that, the bug is more than 6 months old without any detail provided.