From 806bf1dde49621d08c50a6a496b25c42b1afa8b8 Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 25 Apr 2024 20:40:07 +0200 Subject: [PATCH] Fix sfizz.pc.in The project name was changed during the repository split but the pkgconfig file template wasn't updated --- scripts/sfizz.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sfizz.pc.in b/scripts/sfizz.pc.in index 0d294c590..85e99abc9 100644 --- a/scripts/sfizz.pc.in +++ b/scripts/sfizz.pc.in @@ -3,10 +3,10 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@ libdir=@CMAKE_INSTALL_FULL_LIBDIR@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ -Name: @PROJECT_NAME@ +Name: sfizz Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ Requires.private:@SFIZZ_PC_REQUIRES@ -Libs: -L${libdir} -l@PROJECT_NAME@ +Libs: -L${libdir} -lsfizz Cflags: -I${includedir}