mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
Fix 'Name' fields in pkgconfig files
This commit is contained in:
parent
88a369e997
commit
845ab5cdf9
@ -3,7 +3,7 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|||||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: @PROJECT_NAME@
|
Name: @PROJECT_NAME@++
|
||||||
Description: C++ bindings for notcurses
|
Description: C++ bindings for notcurses
|
||||||
Version: @PROJECT_VERSION@
|
Version: @PROJECT_VERSION@
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|||||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||||
|
|
||||||
Name: @PROJECT_NAME@
|
Name: @PROJECT_NAME@-core
|
||||||
Description: TUI library for modern terminal emulators (core library)
|
Description: TUI library for modern terminal emulators (core library)
|
||||||
Version: @PROJECT_VERSION@
|
Version: @PROJECT_VERSION@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user