[at-spi2-atk] Remove schema



commit 86cd0304fe038d48a79326aa0a338787c2752426
Author: Mike Gorse <mgorse suse com>
Date:   Wed Sep 26 18:48:24 2012 -0500

    Remove schema
    
    Setting atk-bridge-location can cause problems on multilib builds and
    should now be unnecessary since atk-bridge is installed into the normal
    library path. No other keys were present in the schema, so removing it.

 Makefile.am                           |    2 +-
 configure.ac                          |    1 -
 schemas/Makefile.am                   |   12 ------------
 schemas/org.a11y.atspi.gschema.xml.in |   10 ----------
 4 files changed, 1 insertions(+), 24 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index da531c4..34dd6e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=dbind droute atk-adaptor schemas
+SUBDIRS=dbind droute atk-adaptor
 
 gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/
 gtk_modules_DATA = at-spi2-atk.desktop
diff --git a/configure.ac b/configure.ac
index 08e9b59..0fdad14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,6 @@ AC_CONFIG_FILES([Makefile
 		 atk-adaptor/Makefile
 		 atk-adaptor/adaptors/Makefile
 		 atk-adaptor/gtk-2.0/Makefile
-                 schemas/Makefile
 		])
 
 AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]