mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets: don't babl_init() in gimp_color_scale_class_init()
Woohoo! We can actually inject this into the gtk-doc thingy!
This commit is contained in:
parent
731cc47a22
commit
1176482b4b
2 changed files with 2 additions and 8 deletions
|
@ -10,7 +10,8 @@ DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
|||
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
||||
|
||||
# Extra options to pass to gtkdoc-scangobj
|
||||
SCANGOBJ_OPTIONS =
|
||||
# make sure babl is initialized, otherwise we segfault.
|
||||
SCANGOBJ_OPTIONS = --type-init-func="do { void babl_init (void); babl_init (); } while (0)"
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS = --deprecated-guards="GIMP_DISABLE_DEPRECATED"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue