From 096cf6bbc2d445b9575101f8953c98a7c1266b50 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sun, 21 Jul 2024 11:06:53 +0200 Subject: [PATCH] meson.build: restore pkg-config filename to openrc.pc --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 71f8a3ea1..e61911340 100644 --- a/meson.build +++ b/meson.build @@ -228,6 +228,7 @@ if get_option('pkgconfig') openrc_pkgconf = pkg.generate( name : 'OpenRC', + filebase : 'openrc', description : 'Universal init system', version : meson.project_version(), libraries : librc,