plugins: incorporate hyprdep ABI into plugin info (#12001)
This commit is contained in:
parent
d560c26419
commit
892f642f58
3 changed files with 46 additions and 3 deletions
|
|
@ -6,3 +6,23 @@
|
|||
#define GIT_DIRTY "@DIRTY@"
|
||||
#define GIT_TAG "@TAG@"
|
||||
#define GIT_COMMITS "@COMMITS@"
|
||||
|
||||
#ifndef HYPRCURSOR_VERSION
|
||||
#define HYPRCURSOR_VERSION "@HYPRCURSOR_VERSION@"
|
||||
#endif
|
||||
|
||||
#ifndef HYPRGRAPHICS_VERSION
|
||||
#define HYPRGRAPHICS_VERSION "@HYPRGRAPHICS_VERSION@"
|
||||
#endif
|
||||
|
||||
#ifndef HYPRLANG_VERSION
|
||||
#define HYPRLANG_VERSION "@HYPRLANG_VERSION@"
|
||||
#endif
|
||||
|
||||
#ifndef HYPRUTILS_VERSION
|
||||
#define HYPRUTILS_VERSION "@HYPRUTILS_VERSION@"
|
||||
#endif
|
||||
|
||||
#ifndef AQUAMARINE_VERSION
|
||||
#define AQUAMARINE_VERSION "@AQUAMARINE_VERSION@"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue