diff options
author | infirit <[email protected]> | 2015-09-08 15:38:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 15:38:26 +0200 |
commit | 9c159beee589a225cfd7d7d9aede5a3b7948e9d7 (patch) | |
tree | 57516d1a7cc53f19e0a75e49564a943a1e344557 /configure.ac | |
parent | 67aa8ee63cca12aac5fff8ae6548d0e210021bba (diff) | |
download | mate-system-monitor-9c159beee589a225cfd7d7d9aede5a3b7948e9d7.tar.bz2 mate-system-monitor-9c159beee589a225cfd7d7d9aede5a3b7948e9d7.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 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 |