diff options
author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-06-03 10:56:03 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-06-04 11:48:00 +0300 |
commit | f513fd70ba1a5475d0d2fcaf3f68194e0d434678 (patch) | |
tree | b55d6eedaaf6757802844677a7551388f5ebade2 /subprojects/packagefiles/pybind11 | |
parent | 49fd9e52f4454b8c6ed35c945e4a44a6956de3b3 (diff) |
subprojects: Drop leftovers of pybind11
The pybind11 subproject was removed in commit ad4719c10c6a ("py: Move to
mainline pybind11 version"), but two traces remained, one in .gitignore
and a second one as a meson.build for pybind11. Remove them.
Fixes: ad4719c10c6a ("py: Move to mainline pybind11 version")
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'subprojects/packagefiles/pybind11')
-rw-r--r-- | subprojects/packagefiles/pybind11/meson.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subprojects/packagefiles/pybind11/meson.build b/subprojects/packagefiles/pybind11/meson.build deleted file mode 100644 index 1be47ca4..00000000 --- a/subprojects/packagefiles/pybind11/meson.build +++ /dev/null @@ -1,7 +0,0 @@ -project('pybind11', 'cpp', - version : '2.9.1', - license : 'BSD-3-Clause') - -pybind11_incdir = include_directories('include') - -pybind11_dep = declare_dependency(include_directories : pybind11_incdir) |