]> granicus.if.org Git - p11-kit/commit
build: Add meson build support
authorDaiki Ueno <dueno@redhat.com>
Wed, 15 May 2019 11:09:25 +0000 (13:09 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 18 Jun 2019 12:17:28 +0000 (14:17 +0200)
commit4f956698b64ac6eb8e5e8b7d143ceb11f1133814
tree95b8c43ebcddf75f04ac900523e35882a14ae4d4
parent411a7a6d31cd5584ff9837260d77d8c306d3b557
build: Add meson build support

This adds support for meson as an alternative build system.
17 files changed:
.dir-locals.el
common/meson.build [new file with mode: 0644]
doc/manual/meson.build [new file with mode: 0644]
doc/manual/sysdir.xml.in [new file with mode: 0644]
doc/manual/userdir.xml.in [new file with mode: 0644]
doc/manual/version.xml.in [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
p11-kit/gen-pkcs11-gnu.sh [new file with mode: 0755]
p11-kit/gen-virtual-fixed.sh [new file with mode: 0755]
p11-kit/libp11-kit-0.dll.def [new file with mode: 0644]
p11-kit/libp11-kit.map [new file with mode: 0644]
p11-kit/meson.build [new file with mode: 0644]
p11-kit/meson_post_install.sh [new file with mode: 0755]
p11-kit/pkcs11-gnu.c [new file with mode: 0644]
po/meson.build [new file with mode: 0644]
trust/meson.build [new file with mode: 0644]