diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-10 18:39:03 +0300 |
commit | 994ba8b5492f05d557fc1b350638f0d76d144777 (patch) | |
tree | 69fd5438153853320f5b9fcd9ea7f92e2ab86fa2 /docs/markdown/snippets/pybind11_dep.md | |
parent | 8fc4649bfe7c0cad389769624e690e4fbf0f186f (diff) | |
download | meson-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.md | 9 |
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. - |