From d5cda165eeb4eccba27b209677221eb752e77b8f Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 29 Jun 2024 23:49:41 +0200 Subject: fix typelib name --- src/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 997c6c9..c9b1fd6 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,8 +1,7 @@ version_split = meson.project_version().split('.') api_version = version_split[0] + '.' + version_split[1] gir = 'AstalHyprland-' + api_version + '.gir' -typelib = 'AstalHyprland--' + api_version + '.typelib' -so = 'libastal-hyprland.so.' + meson.project_version() +typelib = 'AstalHyprland-' + api_version + '.typelib' config = configure_file( input: 'config.vala.in', -- cgit v1.2.3