From 4880e06b924e7f24b093c2e697d493d7c9fcb3f3 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Tue, 6 Apr 2010 15:53:35 -0400 Subject: [PATCH] Really add the schema, and some related autoconf/automake fixes --- .gitignore | 2 +- Makefile.am | 6 ++++++ at-spi2.schemas.in | 28 ++++++++++++++++++++++++++++ configure.ac | 1 + 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 at-spi2.schemas.in diff --git a/.gitignore b/.gitignore index 4445c47..5f797c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.in +Makefile.in *Makefile ChangeLog *.pyc diff --git a/Makefile.am b/Makefile.am index 504a978..9fb6883 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,3 +15,9 @@ install-data-local: else install-data-local: endif + +EXTRA_DIST = \ + $(schemas_in_files) + +CLEANFILES = \ + $(schemas_data) diff --git a/at-spi2.schemas.in b/at-spi2.schemas.in new file mode 100644 index 0000000..7872a47 --- /dev/null +++ b/at-spi2.schemas.in @@ -0,0 +1,28 @@ + + + + + /schemas/apps/gnome_settings_daemon/gtk-modules/gail:atk-bridge + /apps/gnome_settings_daemon/gtk-modules/gail:atk-bridge + gnome + string + /desktop/gnome/interface/accessibility + + GTK+ modules for accessibility support + This key determines the GTK+ modules to load for accessibility +support. + + + + /schemas/desktop/gnome/interface/at-spi-dbus + /desktop/gnome/interface/at-spi-dbus + gnome + bool + true + + Enable DBus-based AT-SPI infrastructure + In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated. It is ignored if the DBus-based AT-SPI infrastructure has not been relocated. + + + + diff --git a/configure.ac b/configure.ac index e732316..8bc43f0 100644 --- a/configure.ac +++ b/configure.ac @@ -117,6 +117,7 @@ AC_CONFIG_FILES([Makefile common/Makefile atk-adaptor/Makefile atk-adaptor/adaptors/Makefile + po/Makefile.in ]) AC_OUTPUT -- 2.7.4