From c20896d681bb10db7292c84d9e5754ac95877dd5 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 25 Jun 2024 22:33:03 +0200 Subject: cleanup(meson.build) --- 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 8c646f1..af1fea4 100644 --- a/src/meson.build +++ b/src/meson.build @@ -47,8 +47,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