mirror of
https://github.com/janet-lang/janet
synced 2025-01-14 09:25:41 +00:00
Merge pull request #295 from leahneukirchen/meson-pkgconfig
Create janet.pc also from Meson.
This commit is contained in:
commit
06a78d90d9
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user