summaryrefslogtreecommitdiff
path: root/docs/gst/meson.build
blob: dcc43abb4b2acf23d33d07151e933132ce5ae7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
types = configure_file(input : 'gstreamer.types.in',
  output : 'gstreamer.types',
  configuration : configuration_data())

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