GNOME Bugzilla – Bug 562204
needlessly links against gmodule
Last modified: 2011-01-05 05:41:25 UTC
Why does atk link against gmodule ? I can't see any reason for that, and it yields the following: [mclasen@localhost devel]$ ldd -u -r /usr/lib/libatk-1.0.so Unused direct dependencies: /lib/libgmodule-2.0.so.0
The link is imported by the following line in configure.in: if test "x$have_no_export" = "xtrue"; then GLIB_REQUIRED_VERSION=2.5.7 glib_no_export_package="gmodule-no-export-2.0" And the patch is from you at bug #158531 :) I guess atk did depend on gmodule before, but not now.
Created attachment 123525 [details] [review] patch
Looks fine to me.
After review atk repository it seems that the patch was already applied. Could anyone with the proper power close this bug?