mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
meson: Define VERSION as well
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
5d605312ab
commit
1ba3feafe8
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ check = dependency('check', version: '>= 0.11.0', required: get_option('enable-c
|
||||||
header_conf = configuration_data()
|
header_conf = configuration_data()
|
||||||
header_conf.set_quoted('PACKAGE_NAME', meson.project_name())
|
header_conf.set_quoted('PACKAGE_NAME', meson.project_name())
|
||||||
header_conf.set_quoted('PACKAGE_VERSION', meson.project_version())
|
header_conf.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||||
|
header_conf.set_quoted('VERSION', meson.project_version())
|
||||||
header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
||||||
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/DaveDavenport/rofi/')
|
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/DaveDavenport/rofi/')
|
||||||
header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')
|
header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')
|
||||||
|
|
Loading…
Reference in a new issue