From 80b101443dad6b38d6ebdc96ea09740f17a9a834 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Sun, 2 Oct 2022 19:18:21 -0500 Subject: Add BSD support to the JNISystemDependency Supports all BSDs that Meson currently supports. Fixes #10883 --- docs/markdown/snippets/jni_system_dependency_bsd_support.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/jni_system_dependency_bsd_support.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/jni_system_dependency_bsd_support.md b/docs/markdown/snippets/jni_system_dependency_bsd_support.md new file mode 100644 index 0000000..bf1a299 --- /dev/null +++ b/docs/markdown/snippets/jni_system_dependency_bsd_support.md @@ -0,0 +1,4 @@ +## BSD support for the `jni` dependency + +This system dependency now supports all BSD systems that Meson currently +supports, including FreeBSD, NetBSD, OpenBSD, and DragonflyBSD. -- cgit v1.1