GNOME Bugzilla – Bug 621807
Please respect --disable-schemas-install configure option
Last modified: 2010-06-19 13:39:58 UTC
f-spot doesn't respect --disable-schemas-install. To respect it, you just need to update Makefile.am and add some "if GCONF_SCHEMAS_INSTALL" around install-data-local. See http://git.gnome.org/browse/gnome-panel/tree/applets/fish/Makefile.am for an example.
Fixed, thanks! commit 73a7e78f40327eff43551466bd2c9b1d0f68e28d Author: Ruben Vermeersch <ruben@savanne.be> Date: Sat Jun 19 15:38:36 2010 +0200 Respect --disable-schemas-install configure option