diff options
Diffstat (limited to 'lib/hyprland/meson.build')
-rw-r--r-- | lib/hyprland/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hyprland/meson.build b/lib/hyprland/meson.build index 7112ee1..9598ba9 100644 --- a/lib/hyprland/meson.build +++ b/lib/hyprland/meson.build @@ -25,6 +25,7 @@ config = configure_file( input: 'config.vala.in', output: 'config.vala', configuration: { + 'API_VERSION': api_version, 'VERSION': meson.project_version(), 'MAJOR_VERSION': version_split[0], 'MINOR_VERSION': version_split[1], |