mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix issues with GSETTINGS_CHECK_RULE
Rename the --schema-files option to --schema-file, since it only accepts one file at a time. Change the GSETTINGS_CHECK_RULE to use it that way, too. And also make it work better with !srcdir builds. Bugs #616731 and #616864
This commit is contained in:
@@ -23,7 +23,7 @@ test_schema (gpointer data)
|
||||
gchar *argv[] = {
|
||||
"../glib-compile-schemas",
|
||||
"--dry-run",
|
||||
"--schema-files", path,
|
||||
"--schema-file", path,
|
||||
(gchar *)test->opt,
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user