diff options
author | infirit <[email protected]> | 2015-09-06 20:43:52 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 20:43:52 +0200 |
commit | d2c557097250a57ce81281a6113bcbe417bad0ee (patch) | |
tree | b2cc173eb2b816339ed26fe03dda0aef8366ab11 /configure.ac | |
parent | a347557efb5420776083fe83fe0e8cb626187615 (diff) | |
download | libmatekbd-d2c557097250a57ce81281a6113bcbe417bad0ee.tar.bz2 libmatekbd-d2c557097250a57ce81281a6113bcbe417bad0ee.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 d264ff2..24c96eb 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.50.1]) # ***************************************************************************** @@ -130,5 +130,6 @@ libmatekbd.pc libmatekbdui.pc po/Makefile.in libmatekbd/Makefile +libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml test/Makefile ]) |