mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Use the new option name
It's --schema-file now, not --schema-files. Bug #616864.
This commit is contained in:
parent
50f422b5fd
commit
63d74caabe
@ -28,7 +28,7 @@ AC_DEFUN([GLIB_GSETTINGS],
|
||||
check-gsettings-schema: gsettings_schema_validate_stamp
|
||||
MOSTLYCLEANFILES += gsettings_schema_validate_stamp
|
||||
gsettings_schema_validate_stamp: *.gschema.xml
|
||||
$(GLIB_COMPILE_SCHEMAS) --dry-run $(addprefix --schema-files=,$?)
|
||||
$(GLIB_COMPILE_SCHEMAS) --dry-run $(addprefix --schema-file=,$?)
|
||||
touch [$]@
|
||||
|
||||
all: check-gsettings-schema
|
||||
|
Loading…
Reference in New Issue
Block a user