summaryrefslogtreecommitdiff
path: root/libmate-panel-applet
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-23 15:17:33 +0100
committerinfirit <[email protected]>2014-11-23 15:17:33 +0100
commit9bdf26a667fdb91c2aaa326b946e058677d97a0d (patch)
treedd0bc647d5abe884810665e8ada535f094584af7 /libmate-panel-applet
parent960af03507bc3e49d7aa45f0acc228cb25577d99 (diff)
downloadmate-panel-9bdf26a667fdb91c2aaa326b946e058677d97a0d.tar.bz2
mate-panel-9bdf26a667fdb91c2aaa326b946e058677d97a0d.tar.xz
Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option"
This reverts commit 24e90fe2904ea0783562e64ef6981fc83373604f.
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r--libmate-panel-applet/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am
index 44996055..a718e373 100644
--- a/libmate-panel-applet/Makefile.am
+++ b/libmate-panel-applet/Makefile.am
@@ -121,7 +121,9 @@ MatePanelApplet_4_0_gir_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) Gio-2.0
MatePanelApplet_4_0_gir_CFLAGS = $(AM_CPPFLAGS) -I$(srcdir)
MatePanelApplet_4_0_gir_LIBS = libmate-panel-applet-4.la
MatePanelApplet_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources)) $(addprefix $(builddir)/,$(built_introspection_sources))
-MatePanelApplet_4_0_gir_SCANNERFLAGS = --identifier-prefix=MatePanel --symbol-prefix=mate-panel --pkg-export=libmatepanelapplet-4.0
+# When requiring gobject-introspection 0.9.5, use this:
+#MatePanelApplet_4_0_gir_SCANNERFLAGS = --identifier-prefix=Panel --symbol-prefix=panel --pkg-export=libmatepanelapplet-4.0
+MatePanelApplet_4_0_gir_SCANNERFLAGS = --strip-prefix=MatePanel --pkg-export=libmatepanelapplet-4.0
INTROSPECTION_GIRS += MatePanelApplet-4.0.gir
girdir = $(INTROSPECTION_GIRDIR)