Fix for BGO#645321: Use array of bytes rather than string for path
[platform/core/uifw/at-spi2-atk.git] / schemas / org.a11y.atspi.gschema.xml.in
index 3e86f30..f7b92e9 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <schemalist>
   <schema id="org.a11y.atspi" path="/a11y/atspi/">
-    <key name="atk-bridge-location" type="s">
-      <default>'@prefix@/lib/gtk-3.0/modules/libatk-bridge.so'</default>
+    <key name="atk-bridge-location" type="ay">
+      <default>'@libdir@/gtk-3.0/modules/libatk-bridge.so'</default>
       <summary>Atk-bridge location</summary>
       <description>The path to the atk-bridge module; useful for non-GTK applications/toolkits that want to load it.</description>
     </key>