Fix pkg-config file.
continuous-integration/drone/push Build is passing Details

I accidentally deleted ${name}.
This commit is contained in:
tastytea 2020-01-10 20:20:05 +01:00
parent 60cfd54cb4
commit 82f26e1be0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
name=@PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: @PROJECT_NAME@
Name: ${name}
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}