mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Name as well as version for --version
This commit is contained in:
parent
555b78e9ec
commit
97d08498e9
2 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,8 @@ project(
|
|||
add_project_arguments(
|
||||
'-Wno-unused-parameter',
|
||||
'-DWLR_USE_UNSTABLE',
|
||||
'-DVERSION="' + meson.project_version() + '"',
|
||||
'-DPACKAGE_NAME="' + meson.project_name() + '"',
|
||||
'-DPACKAGE_VERSION="' + meson.project_version() + '"',
|
||||
language: 'c')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue