]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
meson: Decouple the version tag from the vcs tag
[thirdparty/systemd.git] / meson_options.txt
index b51af01721d419633afce4ed4e1a59bca508b3cf..4dea1a8bf31a7669033afbe7179367fbea1f002b 100644 (file)
@@ -2,9 +2,11 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 option('version-tag', type : 'string',
-       description : 'override the git version string')
+       description : 'set the extended version string (defaults to project version)')
 option('shared-lib-tag', type : 'string',
        description : 'override the private shared library version tag (defaults to project version)')
+option('vcs-tag', type : 'boolean', value : true,
+       description : 'append current git commit to version output when git information is available')
 
 option('mode', type : 'combo', choices : ['developer', 'release'],
        description : 'autoenable features suitable for systemd development/release builds')