aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-12-13 20:33:23 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-12-18 01:19:16 +0200
commitc4649704c8dc59f82826ddd41db2d1cc4f43af0b (patch)
treeb51b26e9271d4b00b219629d12c637bfc96a7d88 /docs/markdown/snippets
parent3122bac28a1e047da28b0190b8a0610cc26028dc (diff)
downloadmeson-c4649704c8dc59f82826ddd41db2d1cc4f43af0b.zip
meson-c4649704c8dc59f82826ddd41db2d1cc4f43af0b.tar.gz
meson-c4649704c8dc59f82826ddd41db2d1cc4f43af0b.tar.bz2
python: add embed to the python dependency function
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/python_embed.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python_embed.md b/docs/markdown/snippets/python_embed.md
new file mode 100644
index 0000000..f50002c
--- /dev/null
+++ b/docs/markdown/snippets/python_embed.md
@@ -0,0 +1,4 @@
+## python.dependency() embed kwarg
+
+Added the `embed` kwarg to the python module dependency function to select
+the python library that can be used to embed python into an application.