Skip to content
  • Didier Roche's avatar
    Fix fail to build when building with introspection: · 6847407e
    Didier Roche authored
    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 = .)
    6847407e