diff options
author | infirit <[email protected]> | 2015-09-08 11:51:41 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 11:51:41 +0200 |
commit | bcf861f9a00d1e6e67616eee898291e1ed6cca36 (patch) | |
tree | eb569b16b4caa5a2b5cd3ef8d34741b2ad085af9 /configure.ac | |
parent | 57026bf522ee80d8fc3710ca33da73ff103f98c3 (diff) | |
download | mate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.tar.bz2 mate-control-center-bcf861f9a00d1e6e67616eee898291e1ed6cca36.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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9d9d105..3646a63d 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ changequote([,])dnl # Internationalization support -IT_PROG_INTLTOOL([0.37.1]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=mate-control-center AC_SUBST(GETTEXT_PACKAGE) @@ -327,6 +327,8 @@ fi AC_CONFIG_FILES([ Makefile +org.mate.control-center.gschema.xml +org.mate.control-center.keybinding.gschema.xml capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in |