mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-26 02:30:04 +01:00
doc: remove unused variables from Doxyfile config
This commit is contained in:
parent
bc884cd6af
commit
b227a21cb7
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
doxyfile_conf = configuration_data()
|
doxyfile_conf = configuration_data()
|
||||||
doxyfile_conf.set('PACKAGE_NAME', meson.project_name())
|
doxyfile_conf.set('PACKAGE_NAME', meson.project_name())
|
||||||
doxyfile_conf.set('PACKAGE_VERSION', meson.project_version())
|
doxyfile_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||||
doxyfile_conf.set('top_srcdir', meson.project_source_root())
|
|
||||||
doxyfile_conf.set('top_builddir', meson.project_build_root())
|
|
||||||
doxyfile_conf.set('output_directory', meson.current_build_dir())
|
doxyfile_conf.set('output_directory', meson.current_build_dir())
|
||||||
|
|
||||||
dot_found = find_program('dot', required: false).found()
|
dot_found = find_program('dot', required: false).found()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue