mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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 = .)
This commit is contained in:
parent
75e48d68bc
commit
8a6f6b5421
@ -199,7 +199,7 @@ introspection_files = \
|
||||
$(gdk_c_sources) \
|
||||
gdkenumtypes.c \
|
||||
gdkenumtypes.h \
|
||||
$(srcdir)/x11/*.c
|
||||
x11/*.c
|
||||
|
||||
Gdk-2.0.gir: $(gdktargetlib) Makefile
|
||||
Gdk_2_0_gir_SCANNERFLAGS = --strip-prefix=Gdk --add-include-path=../gdk-pixbuf
|
||||
|
Loading…
Reference in New Issue
Block a user