diff options
author | infirit <[email protected]> | 2015-09-09 15:20:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-09 15:20:06 +0200 |
commit | 9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf (patch) | |
tree | 5ff63b2de6d26420f57a2d1932fb5bf82809d815 /configure.ac | |
parent | 33f89b9f1c7729075637327e2ff29dbb05f55a0a (diff) | |
download | mate-notification-daemon-9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf.tar.bz2 mate-notification-daemon-9aaeb5509420442b9ead6a8bbbb9b7ab32c38cdf.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 |