build: Remove unnecessary argument for gtkdoc-scan
We don't use deprecation guards any more, in favour of compiler annotations and gtk-doc annotations.
This commit is contained in:
parent
ce2d86515a
commit
5a294124da
@ -12,7 +12,7 @@ SCANGOBJ_OPTIONS = --type-init-func="clutter_base_init()"
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
|
||||
SCAN_OPTIONS = --deprecated-guards="CLUTTER_DISABLE_DEPRECATED"
|
||||
SCAN_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb.
|
||||
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
|
||||
|
Loading…
Reference in New Issue
Block a user