xref: /OK3568_Linux_fs/buildroot/support/kconfig/patches/12-fix-glade-file-path.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1---
2 gconf.c |    2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5Index: kconfig/gconf.c
6===================================================================
7--- kconfig.orig/gconf.c
8+++ kconfig/gconf.c
9@@ -1462,7 +1462,7 @@ int main(int ac, char *av[])
10 	/* Determine GUI path */
11 	env = getenv(SRCTREE);
12 	if (env)
13-		glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
14+		glade_file = g_strconcat(env, "/support/kconfig/gconf.glade", NULL);
15 	else if (av[0][0] == '/')
16 		glade_file = g_strconcat(av[0], ".glade", NULL);
17 	else
18