GNOME Bugzilla – Bug 613788
Fail to build when introspection is activated and srcdir != .
Last modified: 2010-06-02 16:29:38 UTC
Created attachment 156963 [details] [review] Patch to fix the FTBFS hen introspection is activated. From the patch description: Fix fail to build when building with introspection: in debian/ubuntu, builddir != srcdir. This trigger an error on introspection_files where srcdir is added to x11/*.c. Indeed, srcdir is added again later: $(addprefix $(srcdir)/,$(introspection_files)) making $(srcdir)/$(srcdir)/x11/*.c (not an issue on jhbuild as srcdir = .)
ping, ok to commit? (We have been using this in Ubuntu for a while and confirm it works).
Comment on attachment 156963 [details] [review] Patch to fix the FTBFS hen introspection is activated. sure, looks right.
could you apply the change to gtk-2.22?
applied in gtk-2-22: commit 8a6f6b54217fa2a6e23b495a6732cf6396076b8f