2016-09-23 23:40:39 +00:00
|
|
|
types = configure_file(input : 'gstreamer.types.in',
|
2016-08-12 14:55:17 +00:00
|
|
|
output : 'gstreamer.types',
|
|
|
|
configuration : configuration_data())
|
|
|
|
|
|
|
|
gnome.gtkdoc('gstreamer',
|
|
|
|
main_sgml : 'gstreamer-docs.sgml',
|
2016-08-25 18:04:06 +00:00
|
|
|
src_dir : '@0@/../../gst'.format(meson.current_source_dir()),
|
2016-08-12 14:55:17 +00:00
|
|
|
scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED',
|
2018-03-13 11:54:42 +00:00
|
|
|
'--ignore-decorators=GST_API',
|
2016-08-12 14:55:17 +00:00
|
|
|
'--ignore-headers=gettext.h glib-compat-private.h glib-compat.h gst-i18n-app.h gst-i18n-lib.h gst_private.h gstelementdetails.h gstmacros.h grammar.tab.h grammar.tab.pre.h math-compat.h types.h'
|
|
|
|
],
|
2017-08-07 10:23:36 +00:00
|
|
|
scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'],
|
2016-09-23 23:40:39 +00:00
|
|
|
gobject_typesfile : types,
|
|
|
|
dependencies : [gst_dep],
|
|
|
|
content_files: ['building.xml', 'running.xml', version_entities],
|
2016-08-12 14:55:17 +00:00
|
|
|
install : true)
|