From 9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 9 Sep 2015 15:20:06 +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 a910a7b..3ddb637 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ LT_INIT dnl --------------------------------------------------------------------------- dnl i18n stuff dnl --------------------------------------------------------------------------- -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) AC_SUBST([GETTEXT_PACKAGE], [mate-notification-daemon]) AM_GLIB_GNU_GETTEXT AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.]) @@ -263,6 +263,7 @@ AC_CONFIG_FILES([ Makefile data/Makefile data/org.freedesktop.mate.Notifications.service +data/org.mate.NotificationDaemon.gschema.xml po/Makefile.in src/Makefile src/daemon/Makefile -- cgit v1.2.1