mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
meson: fix a few warnings
This commit is contained in:
parent
2e9fd0b712
commit
ecd81965af
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ gnome.gtkdoc('ges',
|
|||
'--ignore-decorators=GST_EXPORT',
|
||||
'--ignore-headers=gesmarshal.h ges-internal.h ges-auto-transition.h ges-structured-interface.h ges-structure-parser.h ges-smart-video-mixer.h gstframepositioner.h'
|
||||
],
|
||||
scanobj_args : ['--type-init-func="gst_init(NULL,NULL)'],
|
||||
scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'],
|
||||
gobject_typesfile : types,
|
||||
dependencies : [ges_dep],
|
||||
fixxref_args: doc_deps + ['--html-dir=' + get_option('prefix') + '/share/gtk-doc/html/'],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
docconf = configuration_data()
|
||||
|
||||
docconf.set('GST_API_VERSION', apiversion)
|
||||
docconf.set('PACKAGE_VERSION', gst_version)
|
||||
docconf.set('VERSION', gst_version)
|
||||
docconf.set('PLUGINDIR', '@0@/lib/gstreamer-1.0'.format(get_option('prefix')))
|
||||
|
||||
version_entities = configure_file(input : 'version.entities.in',
|
||||
|
|
Loading…
Reference in a new issue