summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2015-08-12 16:50:44 -0500
committerDan Williams <dcbw@redhat.com>2015-08-12 16:55:12 -0500
commit21319f4e975228bc11ec6cfa07ca5e3df927f715 (patch)
treee51f0401816cca3696759626c5f47185f24092ee /configure.ac
parent80937b6339a47b98c51fcad1b30ab66b1cfe2be5 (diff)
data: don't put translations into the GSettings schema file
It's actually supposed to be handled through gettext and not put into the XML. A lot of projects are doing it wrong, and now glib-compile-schemas will yell at you. https://bugzilla.gnome.org/show_bug.cgi?id=747209
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c700abd0..89e12090 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_TYPE_PID_T
dnl
dnl translation support
dnl
-IT_PROG_INTLTOOL([0.40.0])
+IT_PROG_INTLTOOL([0.50.1])
GETTEXT_PACKAGE=nm-applet
AC_SUBST(GETTEXT_PACKAGE)
@@ -142,6 +142,7 @@ dnl Check for gobject introspection
GOBJECT_INTROSPECTION_CHECK([0.9.6])
GLIB_CONFIG_NMA
+GLIB_SETTINGS
dnl
dnl Compiler flags
@@ -172,5 +173,6 @@ po/Makefile.in
man/Makefile
man/nm-applet.1
man/nm-connection-editor.1
+org.gnome.nm-applet.gschema.xml
])
AC_OUTPUT