GNOME Bugzilla – Bug 739290
Avoid a hard dependency on gtk-update-icon-cache
Last modified: 2014-10-29 14:32:48 UTC
We already have Makefile.am conditionals that only run gtk-update-icon-cache when doing 'make install' manually. For most distro builds, gtk-update-icon-cache gets never run during build, but we were still unconditionally checking for it during the configure run. This makes distro bootstrapping hard, creating a circular dependency between gtk+ and adwaita-icon-theme. Attached patch relaxes the configure check to make this easier.
Created attachment 289513 [details] [review] Avoid a hard dependency on gtk-update-icon-cache This makes is possible to build adwaita-icon-theme before gtk+ and avoids a circular dependency between those two modules.
Attachment 289513 [details] pushed as 3227136 - Avoid a hard dependency on gtk-update-icon-cache