mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Use the new option name
It's --schema-file now, not --schema-files. Bug #616864.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user