From 9c159beee589a225cfd7d7d9aede5a3b7948e9d7 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:38:03 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b998b65..9f1c250 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,7 @@ dnl CXXFLAGS="-fvisibility-inlines-hidden $CXXFLAGS" GLIB_GSETTINGS # i18n stuff -IT_PROG_INTLTOOL([0.41.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=mate-system-monitor AC_SUBST(GETTEXT_PACKAGE) @@ -124,6 +124,7 @@ YELP_HELP_INIT AC_CONFIG_FILES([ Makefile src/Makefile +src/org.mate.system-monitor.gschema.xml pixmaps/Makefile po/Makefile.in help/Makefile -- cgit v1.2.1