GNOME Bugzilla – Bug 735171
Unneeded modules in PKG_CHECK_MODULES
Last modified: 2014-08-25 14:55:55 UTC
See patches
Created attachment 284096 [details] [review] Don't depend on gmodule Since we no longer have a extension system, we don't need this anymore, right?
Created attachment 284097 [details] [review] uri-tester: remove unused declaration This looks like a leftover from when this was the adblock extension.
Comment on attachment 284097 [details] [review] uri-tester: remove unused declaration Actually, I want to do this in a different patch.
Created attachment 284270 [details] [review] Don't link with X11
Comment on attachment 284096 [details] [review] Don't depend on gmodule Ok, we already depend on it indirectly, I think.
Comment on attachment 284270 [details] [review] Don't link with X11 Ok
Attachment 284096 [details] pushed as 886e5a0 - Don't depend on gmodule Attachment 284270 [details] pushed as 7414968 - Don't link with X11
The following fix has been pushed: 17e50f7 Revert "Don't link with X11"
Created attachment 284411 [details] [review] Revert "Don't link with X11" This reverts commit 74149684d2207be221a71d3d70c1d3d59331046c. This is needed in ephy-main.c. I have no idea why I was able to compile without it when I wrote this commit. :/