From ede98b99de471c976053427bd0c0805acfd68677 Mon Sep 17 00:00:00 2001 From: Marek Blaha Date: Tue, 17 Dec 2024 11:28:09 +0100 Subject: [PATCH] Incorrect library name in libdnf5-cli.pc --- libdnf5-cli/libdnf5-cli.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdnf5-cli/libdnf5-cli.pc.in b/libdnf5-cli/libdnf5-cli.pc.in index 7aa1d6d00..5e5cc2def 100644 --- a/libdnf5-cli/libdnf5-cli.pc.in +++ b/libdnf5-cli/libdnf5-cli.pc.in @@ -7,5 +7,5 @@ Description: Library for working with a terminal in a command-line package manag Version: @PROJECT_VERSION@ Requires: @LIBDNF5_CLI_PC_REQUIRES_STRING@ Requires.private: @LIBDNF5_CLI_PC_REQUIRES_PRIVATE_STRING@ -Libs: -L${libdir} -ldnf-cli +Libs: -L${libdir} -ldnf5-cli Cflags: -I${includedir}