diff options
author | infirit <[email protected]> | 2015-09-08 14:37:51 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-08 14:39:26 +0200 |
commit | 58c1d1c25d138c0b154e074c2c5b667551ac5239 (patch) | |
tree | fb004183c25fd747e069a34b4f639218099a1406 /configure.ac | |
parent | 5cab0e83ac2f44fe78ba6ef1732a3286ec3f9476 (diff) | |
download | mate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.tar.bz2 mate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.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 377e38f..665d13b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ GETTEXT_PACKAGE=mate-sensors-applet AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE") AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL +IT_PROG_INTLTOOL([0.50.1]) # ========== export compiler / linker options ======== # AC_SUBST(CFLAGS) @@ -280,6 +280,8 @@ AC_SUBST(PLUGIN_LIBTOOL_FLAGS) # ================= generate files =================== # AC_CONFIG_FILES([ Makefile + org.mate.sensors-applet.gschema.xml + org.mate.sensors-applet.sensor.gschema.xml sensors-applet/Makefile lib/Makefile plugins/Makefile |