On Sun, Sep 23, 2007, Cyrille Berger wrote: > libwmf shouldn't depends on libgtk. It's not a gui library, further > more it's a dependency for graphicsmagick which in turn is a > dependency for Krita a KDE/Qt application, and I don't really see why > I should have libgtk installed to use a KDE/Qt application.
The libwmf Gdk provider module depends on the Gtk ABI to ensure compatibility; it really needs that depends, but the Gtk module should be split out. The problem is that splitting is not enough to ensure that Gtk programs depending on libwmf get the Gdk module, so I'm not sure how this is going to be fixed for the next stable release. I guess one way would be to stop depending on the gtk ABI virtual provide and hope that the Gtk ABI doesn't change until the next stable release. -- Loïc Minier