Fix sfizz.pc.in
The project name was changed during the repository split but the pkgconfig file template wasn't updated
This commit is contained in:
parent
342cd99dd9
commit
806bf1dde4
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue