GNOME Bugzilla – Bug 658545
tracker-sparql dependency forced in configure.ac
Last modified: 2011-09-08 13:41:13 UTC
Side effect of commit ffc7c7f98901e8a319b91716d05e521a798dbe43: nautilus fails to configure if tracker-sparql is not available. ######### checking for TRACKER... no configure: error: Package requirements (tracker-sparql-0.12) were not met: No package 'tracker-sparql-0.12' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. ######### A quick look from fredp shows the cause in the definition of "auto" but; if test "$enable_tracker" = "auto"; then enable_tracker=yes fi <fredp> (I only had a quick look, but removing the "if =auto then =yes" should be enough to get it automatically enabled (or disabled)
Sorry about that, should be all fixed in git master now.