diff options
author | infirit <[email protected]> | 2015-09-08 13:50:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 13:50:20 +0200 |
commit | f4b68b94578486aae471e522c64919fd2cf004bc (patch) | |
tree | f3e7d7a6920d6ad11c3a4be776bc89818e2f7430 /configure.ac | |
parent | 8775ad4d201ce725594b96091ab300de0c5cb544 (diff) | |
download | mate-power-manager-f4b68b94578486aae471e522c64919fd2cf004bc.tar.bz2 mate-power-manager-f4b68b94578486aae471e522c64919fd2cf004bc.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
* Add gettext domain to gschema
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 c27a7a2..eee06d9 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AM_PROG_CC_C_O AC_PROG_INSTALL LT_INIT -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.50.1]) MATE_COMPILE_WARNINGS YELP_HELP_INIT @@ -350,6 +350,7 @@ data/Makefile data/mate-power-manager.desktop.in data/mate-power-preferences.desktop.in data/mate-power-statistics.desktop.in +data/org.mate.power-manager.gschema.xml data/icons/Makefile data/icons/16x16/Makefile data/icons/16x16/actions/Makefile |