1
0
Fork 0

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:
Emmanuele Bassi 2015-03-15 16:05:10 +00:00
parent ce2d86515a
commit 5a294124da

View file

@ -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