From ec8bd42ca0b4e6f23e79ef66bd72ddd844ac4059 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 22 Sep 2011 18:26:06 -0700 Subject: [PATCH] Make sure we source GConf files installed next to us. --- tests/data/gconf.path.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/gconf.path.in b/tests/data/gconf.path.in index 36b92cf..9262115 100644 --- a/tests/data/gconf.path.in +++ b/tests/data/gconf.path.in @@ -48,4 +48,7 @@ include /etc/gconf/2/local-defaults.path xml:readonly:/etc/gconf/gconf.xml.defaults # Upstream application defaults +# XXX: we would use @localstatedir@ here except we don't want "${prefix}" in the +# generated file in case GConf doesn't know how to evaluate that +xml:readonly:@prefix@/var/lib/gconf/defaults xml:readonly:/var/lib/gconf/defaults -- 2.7.4