mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Fix include path when building Shell-1.0.gir
Since shell-slicer.h includes st.h, and that includes <st/*.h>, we need to add -I $(srcdir) to the command line when running g-ir-scanner to generate Shell-1.0.gir.
This commit is contained in:
parent
ce6dd21cd3
commit
2dc8d9b462
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ Shell-0.1.gir: $(mutter) $(G_IR_SCANNER) Big-1.0.gir St-1.0.gir libgnome-shell.l
|
|||
--program-arg=--mutter-plugins=$$(pwd)/libgnome-shell.la \
|
||||
$(addprefix $(srcdir)/,$(libgnome_shell_la_gir_sources)) \
|
||||
$(libgnome_shell_la_CPPFLAGS) \
|
||||
-I $(srcdir) \
|
||||
-o $@
|
||||
CLEANFILES += Shell-0.1.gir
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue