mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +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')
|
||||
)
|
||||
|
||||
# For devhelp
|
||||
meson.add_devenv({'XDG_DATA_DIRS': meson.current_build_dir() / 'GStreamer-doc'},
|
||||
method: 'prepend')
|
||||
|
||||
cdata = configuration_data()
|
||||
cdata.set('GST_API_VERSION', apiversion)
|
||||
readme = configure_file(input: 'scripts/RELEASE_README.md',
|
||||
|
|
Loading…
Reference in a new issue