Skip to content

Commit

Permalink
Don't look for ibus-1.0.pc when generating GIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Feb 13, 2012
1 parent 91dd672 commit 3862735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -170,7 +170,7 @@ introspection_files = \
ibusenumtypes.h \
$(NULL)
IBus-1.0.gir: $(libibus) Makefile
IBus_1_0_gir_SCANNERFLAGS = --pkg=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)
IBus_1_0_gir_SCANNERFLAGS = --pkg-export=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)
IBus_1_0_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
IBus_1_0_gir_LIBS = $(libibus)
IBus_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files))
Expand Down

0 comments on commit 3862735

Please sign in to comment.