From 58c1d1c25d138c0b154e074c2c5b667551ac5239 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 14:37:51 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 377e38f..665d13b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ GETTEXT_PACKAGE=mate-sensors-applet AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE") AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL +IT_PROG_INTLTOOL([0.50.1]) # ========== export compiler / linker options ======== # AC_SUBST(CFLAGS) @@ -280,6 +280,8 @@ AC_SUBST(PLUGIN_LIBTOOL_FLAGS) # ================= generate files =================== # AC_CONFIG_FILES([ Makefile + org.mate.sensors-applet.gschema.xml + org.mate.sensors-applet.sensor.gschema.xml sensors-applet/Makefile lib/Makefile plugins/Makefile -- cgit v1.2.1