subprojects: Drop leftovers of pybind11
The pybind11 subproject was removed in commitad4719c10c
("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:ad4719c10c
("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>
This commit is contained in:
parent
49fd9e52f4
commit
f513fd70ba
2 changed files with 0 additions and 8 deletions
1
subprojects/.gitignore
vendored
1
subprojects/.gitignore
vendored
|
@ -4,4 +4,3 @@
|
||||||
/libyaml
|
/libyaml
|
||||||
/libyuv
|
/libyuv
|
||||||
/packagecache
|
/packagecache
|
||||||
/pybind11-*
|
|
||||||
|
|
|
@ -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)
|
|
Loading…
Add table
Add a link
Reference in a new issue