mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
10
doxygen/meson.build
Normal file
10
doxygen/meson.build
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cdata.set('DOXYGEN_OUTPUT_DIRECTORY', meson.current_build_dir())
|
||||
|
||||
doxygen_conf = configure_file(
|
||||
input : 'doxygen.conf.in',
|
||||
output : 'doxygen.conf',
|
||||
configuration : cdata,
|
||||
)
|
||||
|
||||
run_target('doxygen',
|
||||
command : ['doxygen', doxygen_conf])
|
||||
Loading…
Add table
Add a link
Reference in a new issue