mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 15:38:53 +00:00
meson: Add doc directory to XDG_DATA_DIRS
gst-env.py does it already, but it was missing from meson devenv. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3442>
This commit is contained in:
parent
90d4129301
commit
1ca0323bcf
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer',
|
||||||
fatal_warnings: get_option('fatal_warnings')
|
fatal_warnings: get_option('fatal_warnings')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# For devhelp
|
||||||
|
meson.add_devenv({'XDG_DATA_DIRS': meson.current_build_dir() / 'GStreamer-doc'},
|
||||||
|
method: 'prepend')
|
||||||
|
|
||||||
cdata = configuration_data()
|
cdata = configuration_data()
|
||||||
cdata.set('GST_API_VERSION', apiversion)
|
cdata.set('GST_API_VERSION', apiversion)
|
||||||
readme = configure_file(input: 'scripts/RELEASE_README.md',
|
readme = configure_file(input: 'scripts/RELEASE_README.md',
|
||||||
|
|
Loading…
Reference in a new issue