[gnome-menus] introspection: Tell g-ir-scanner what are the prefixes
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-menus] introspection: Tell g-ir-scanner what are the prefixes
- Date: Wed, 6 Oct 2010 14:43:02 +0000 (UTC)
commit 6a776912dd1c963644b0291dbf8726ef1ec116ee
Author: Vincent Untz <vuntz gnome org>
Date: Wed Oct 6 16:42:06 2010 +0200
introspection: Tell g-ir-scanner what are the prefixes
This means we now require gobject-introspection 0.9.5.
configure.ac | 2 +-
libmenu/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f6644eb..915b1f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ if test "x$GCC" = "xyes" ; then
fi
AC_SUBST(NO_STRICT_ALIASING_CFLAGS)
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([0.9.5])
AC_OUTPUT([
Makefile
diff --git a/libmenu/Makefile.am b/libmenu/Makefile.am
index a8e4d87..a015e05 100644
--- a/libmenu/Makefile.am
+++ b/libmenu/Makefile.am
@@ -62,7 +62,7 @@ GMenu-2.0.gir: libgnome-menu.la
GMenu_2_0_gir_INCLUDES = GObject-2.0
GMenu_2_0_gir_CFLAGS = $(AM_CPPFLAGS)
GMenu_2_0_gir_LIBS = libgnome-menu.la
-GMenu_2_0_gir_SCANNERFLAGS = --pkg-export=libgnome-menu
+GMenu_2_0_gir_SCANNERFLAGS = --identifier-prefix=GMenu --symbol-prefix=gmenu --pkg-export=libgnome-menu
GMenu_2_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
INTROSPECTION_GIRS += GMenu-2.0.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]