GNOME Bugzilla – Bug 768786
Fix the build when srcdir != builddir
Last modified: 2016-07-14 03:32:59 UTC
gnome-robots doesn't build when srcdir != builddir: gmake[2]: Entering directory '$builddir/gnome-robots/src' Failed to open file 'robots.gresource.xml': No such file or directory GEN robots-resources.c Failed to open file 'robots.gresource.xml': No such file or directory gmake[2]: *** [Makefile:865: robots-resources.c] Error 1 Please see the attached patch that fixes the problem.
Created attachment 331442 [details] [review] build: Fix srcdir != builddir build
Review of attachment 331442 [details] [review]: Thanks.
Attachment 331442 [details] pushed as e3415a1 - build: Fix srcdir != builddir build