From a5d2c94aafc0c16b0f581cef472bbcf969b7ee1b Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 26 Jun 2024 11:18:49 +0200 Subject: cleanup flake and meson --- 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 bbce8b0..fb38c5a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -60,8 +60,7 @@ if get_option('lib') ) import('pkgconfig').generate( - description: 'libastal-notifd', - libraries: lib, + lib, name: meson.project_name(), filebase: meson.project_name() + '-' + api_version, version: meson.project_version(), -- cgit v1.2.3