Blame docs/gst/meson.build

Packit Service 963350
types = configure_file(input : 'gstreamer.types.in',
Packit Service 963350
  output : 'gstreamer.types',
Packit Service 963350
  configuration : configuration_data())
Packit Service 963350
Packit Service 963350
gnome.gtkdoc('gstreamer',
Packit Service 963350
  main_sgml : 'gstreamer-docs.sgml',
Packit Service 963350
  src_dir : '@0@/../../gst'.format(meson.current_source_dir()),
Packit Service 963350
  scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED',
Packit Service 963350
            '--ignore-decorators=GST_API',
Packit Service 963350
            '--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'
Packit Service 963350
            ],
Packit Service 963350
  scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'],
Packit Service 963350
  gobject_typesfile : types,
Packit Service 963350
  dependencies : [gst_dep],
Packit Service 963350
  content_files: ['building.xml', 'running.xml', version_entities],
Packit Service 963350
  install : true)