mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Drop WLR_VERSION_API_*
These weren't set in the build, thus Meson was just dropping them in the generated file.
This commit is contained in:
parent
f6ae028e99
commit
634a20d89c
1 changed files with 0 additions and 4 deletions
|
@ -9,8 +9,4 @@
|
|||
|
||||
#define WLR_VERSION_NUM ((WLR_VERSION_MAJOR << 16) | (WLR_VERSION_MINOR << 8) | WLR_VERSION_MICRO)
|
||||
|
||||
#mesondefine WLR_VERSION_API_CURRENT
|
||||
#mesondefine WLR_VERSION_API_REVISION
|
||||
#mesondefine WLR_VERSION_API_AGE
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue