summaryrefslogtreecommitdiffstats
path: root/docs/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini2022-04-20 17:33:54 +0200
committerPaolo Bonzini2022-05-07 07:46:58 +0200
commitb0b4323e3219810d14f36c159e67a8332a86f9fd (patch)
tree54c41a5e9a932469ccead443b8ce9d5108495289 /docs/meson.build
parentmeson, configure: move bdrv whitelists to meson (diff)
downloadqemu-b0b4323e3219810d14f36c159e67a8332a86f9fd.tar.gz
qemu-b0b4323e3219810d14f36c159e67a8332a86f9fd.tar.xz
qemu-b0b4323e3219810d14f36c159e67a8332a86f9fd.zip
meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
The hash is now generated with a Python script. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 831d4aea2b..9136fed3b7 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -35,7 +35,7 @@ if sphinx_build.found()
endif
if build_docs
- SPHINX_ARGS += ['-Dversion=' + meson.project_version(), '-Drelease=' + config_host['PKGVERSION']]
+ SPHINX_ARGS += ['-Dversion=' + meson.project_version(), '-Drelease=' + get_option('pkgversion')]
man_pages = {
'qemu-ga.8': (have_ga ? 'man8' : ''),