express: Change pkgconfig file to be libexpress

This pkgconfig file is just for the library of express...as such,
let's name it libexpress
This commit is contained in:
Christopher Michael 2021-02-16 13:23:05 -05:00
parent 524b5dcc28
commit c8beecb61f
2 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ pkgconf.set('requirements_libexpress_libs', requirement_express_libs)
pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
configure_file(
input : join_paths(meson.source_root(), 'express.pc.in'),
output : 'express.pc',
input : join_paths(meson.source_root(), 'libexpress.pc.in'),
output : 'libexpress.pc',
configuration : pkgconf,
install_dir : pkg_install_dir
)