aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/pybind11_dep.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-04-10 18:39:03 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-04-10 18:39:03 +0300
commit994ba8b5492f05d557fc1b350638f0d76d144777 (patch)
tree69fd5438153853320f5b9fcd9ea7f92e2ab86fa2 /docs/markdown/snippets/pybind11_dep.md
parent8fc4649bfe7c0cad389769624e690e4fbf0f186f (diff)
downloadmeson-994ba8b5492f05d557fc1b350638f0d76d144777.zip
meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.gz
meson-994ba8b5492f05d557fc1b350638f0d76d144777.tar.bz2
Generate relnotes for 1.1.0.
Diffstat (limited to 'docs/markdown/snippets/pybind11_dep.md')
-rw-r--r--docs/markdown/snippets/pybind11_dep.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/pybind11_dep.md b/docs/markdown/snippets/pybind11_dep.md
deleted file mode 100644
index ac19701..0000000
--- a/docs/markdown/snippets/pybind11_dep.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## New pybind11 custom dependency
-
-`dependency('pybind11')` works with pkg-config and cmake without any special
-support, but did not handle the `pybind11-config` script.
-
-This is useful because the config-tool will work out of the box when pybind11
-is installed, but the pkg-config and cmake files are shoved into python's
-site-packages, which makes it impossible to use in an out of the box manner.
-