[vte] Create and install a gsettings .enums.xml file for vte's enum types
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Create and install a gsettings .enums.xml file for vte's enum types
- Date: Tue, 16 Nov 2010 19:21:56 +0000 (UTC)
commit 187cdd3089b67613bbb3757f16897cbfeb315aa2
Author: Christian Persch <chpe gnome org>
Date: Tue Nov 16 20:21:26 2010 +0100
Create and install a gsettings .enums.xml file for vte's enum types
configure.in | 8 +++++++-
src/Makefile.am | 9 +++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0500e51..22dce58 100644
--- a/configure.in
+++ b/configure.in
@@ -322,7 +322,7 @@ case $host in
;;
esac
-GLIB_REQUIRED=2.22.0
+GLIB_REQUIRED=2.26.0
PANGO_REQUIRED=1.22.0
AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])
PKG_CHECK_MODULES(GLIB,[glib-2.0 > $GLIB_REQUIRED gobject-2.0])
@@ -564,6 +564,12 @@ fi
GOBJECT_INTROSPECTION_CHECK([0.6.7])
+# *********
+# GSettings
+# *********
+
+GLIB_GSETTINGS
+
################################################################################
GTK_DOC_CHECK([1.13],[--flavour no-tmpl])
diff --git a/src/Makefile.am b/src/Makefile.am
index 805fa7d..47279b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -327,5 +327,14 @@ mev_SOURCES = mev.c
ssfe_SOURCES = ssfe.c
xticker_SOURCES = xticker.c
+# GSettings
+
+gsettings_ENUM_NAMESPACE = vte0
+gsettings_ENUM_FILES = vte.h
+
+ GSETTINGS_RULES@
+
+#
+
-include $(top_srcdir)/git.mk
-include $(INTROSPECTION_MAKEFILE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]