diff options
author | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 12:27:48 +0200 |
commit | cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b (patch) | |
tree | f7d8cc0eb9ce11f0915e642aa1a56b3f9f712964 /configure.ac | |
parent | afe549d385eeb99f00d15d19298fa25b3bec40e7 (diff) | |
download | mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.tar.bz2 mate-desktop-cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b.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 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ca526c..530b6aa 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_SUBST(LT_VERSION) AM_MAINTAINER_MODE -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) AC_PROG_CC AC_STDC_HEADERS @@ -303,6 +303,24 @@ docs/reference/mate-desktop/Makefile mate-version.xml.in po/Makefile.in schemas/Makefile +schemas/org.mate.accessibility-keyboard.gschema.xml +schemas/org.mate.accessibility-startup.gschema.xml +schemas/org.mate.applications-at-mobility.gschema.xml +schemas/org.mate.applications-at-visual.gschema.xml +schemas/org.mate.applications-browser.gschema.xml +schemas/org.mate.applications-office.gschema.xml +schemas/org.mate.applications-terminal.gschema.xml +schemas/org.mate.background.gschema.xml +schemas/org.mate.debug.gschema.xml +schemas/org.mate.file-views.gschema.xml +schemas/org.mate.interface.gschema.xml +schemas/org.mate.lockdown.gschema.xml +schemas/org.mate.peripherals-keyboard.gschema.xml +schemas/org.mate.peripherals-mouse.gschema.xml +schemas/org.mate.sound.gschema.xml +schemas/org.mate.thumbnail-cache.gschema.xml +schemas/org.mate.thumbnailers.gschema.xml +schemas/org.mate.typing-break.gschema.xml man/Makefile tools/mate-color-select.desktop.in tools/mate-conf-import.desktop.in |