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

gnome.gtkdoc('gstreamer-libs',
  main_sgml : 'gstreamer-libs-docs.sgml',
  src_dir : '@0@/../../libs/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,
  content_files : [version_entities],
  dependencies : [gst_base_dep, gst_check_dep,  gst_controller_dep, gst_net_dep],
  install : true)