2017-03-08 21:02:47 +00:00
|
|
|
if hotdoc_p.found() and build_gir
|
|
|
|
build_hotdoc = true
|
|
|
|
subdir('hotdoc')
|
|
|
|
else
|
|
|
|
docconf = configuration_data()
|
2016-08-04 21:33:55 +00:00
|
|
|
|
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')))
|
2016-08-04 21:33:55 +00:00
|
|
|
|
2017-03-08 21:02:47 +00:00
|
|
|
version_entities = configure_file(input : 'version.entities.in',
|
|
|
|
output : 'version.entities',
|
|
|
|
configuration : docconf)
|
2016-08-04 21:33:55 +00:00
|
|
|
|
2017-03-08 21:02:47 +00:00
|
|
|
subdir('libs')
|
|
|
|
endif
|