gstreamer/docs/meson.build

17 lines
444 B
Meson
Raw Normal View History

2017-03-08 21:02:47 +00:00
if hotdoc_p.found() and build_gir
build_hotdoc = true
subdir('hotdoc')
else
docconf = configuration_data()
2017-03-08 21:02:47 +00:00
docconf.set('GST_API_VERSION', apiversion)
docconf.set('PACKAGE_VERSION', gst_version)
docconf.set('PLUGINDIR', '@0@/lib/gstreamer-1.0'.format(get_option('prefix')))
2017-03-08 21:02:47 +00:00
version_entities = configure_file(input : 'version.entities.in',
output : 'version.entities',
configuration : docconf)
2017-03-08 21:02:47 +00:00
subdir('libs')
endif