add a PACKAGE_VERSION override for meson

This commit is contained in:
Ailin Nemui 2021-09-03 16:18:21 +02:00
commit cb11fd9cf7
2 changed files with 9 additions and 2 deletions

View file

@ -15,3 +15,4 @@ option('static-dependency', type : 'combo', description : 'Request static depen
option('install-glib', type : 'combo', description : 'Download and install GLib for you', choices : ['no', 'yes', 'force'])
option('docdir', type : 'string', description : 'Documentation directory')
option('fhs-prefix', type : 'string', description : 'System prefix for Termux')
option('PACKAGE_VERSION', type : 'string', description : 'Override PACKAGE_VERSION in tarballs')