mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-25 09:07:38 -04:00
Add wlr_version_get_{major,minor,micro}()
Can be used to detect wlroots version at runtime rather than compile-time.
This commit is contained in:
parent
0e9c6ddefa
commit
ba931024a5
3 changed files with 19 additions and 0 deletions
|
|
@ -15,4 +15,5 @@ wlr_files += files(
|
|||
'token.c',
|
||||
'transform.c',
|
||||
'utf8.c',
|
||||
'version.c',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue