1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-14 23:37:40 +00:00

Merge pull request #295 from leahneukirchen/meson-pkgconfig

Create janet.pc also from Meson.
This commit is contained in:
Calvin Rose
2020-03-04 20:39:24 -06:00
committed by GitHub

View File

@@ -230,6 +230,11 @@ run_target('repl', command : [janet_nativeclient])
janet_dep = declare_dependency(include_directories : incdir,
link_with : libjanet)
# pkgconfig
pkg = import('pkgconfig')
pkg.generate(libjanet,
description: 'Library for the Janet programming language.')
# Installation
install_man('janet.1')
install_man('jpm.1')