subprojects: Drop leftovers of pybind11

The pybind11 subproject was removed in commit ad4719c10c ("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:
Tomi Valkeinen 2023-06-03 10:56:03 +03:00 committed by Laurent Pinchart
parent 49fd9e52f4
commit f513fd70ba
2 changed files with 0 additions and 8 deletions

View file

@ -4,4 +4,3 @@
/libyaml
/libyuv
/packagecache
/pybind11-*

View file

@ -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)