gtk+3 needs gdk-pixbuf2, pango and atk to be compiled with gobject-introspection support (Bug #26)
Description
When gdk-pixbuf2, pango, or atk is compiled without gobject-introspection onf of the following errors is thrown during gtk+3 cast:
Couldn't find include 'GdkPixbuf-2.0.gir' (search path: ['../gdk', '/opt/kde4/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
Couldn't find include 'Pango-1.0.gir' (search path: ['../gdk', '/opt/kde4/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
Couldn't find include 'Atk-1.0.gir' (search path: ['../gdk', '../gdk', '../gdk/x11', '/opt/kde4/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
This needs to be solved using appropriate sub depends.
There might be more dependencies that need gobject-introspection enabled, but which already had it enabled on my box, so check other dependencies.