From f513fd70ba1a5475d0d2fcaf3f68194e0d434678 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 3 Jun 2023 10:56:03 +0300 Subject: 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 Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- subprojects/.gitignore | 1 - subprojects/packagefiles/pybind11/meson.build | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 subprojects/packagefiles/pybind11/meson.build diff --git a/subprojects/.gitignore b/subprojects/.gitignore index ebe59479..04b6271f 100644 --- a/subprojects/.gitignore +++ b/subprojects/.gitignore @@ -4,4 +4,3 @@ /libyaml /libyuv /packagecache -/pybind11-* 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) -- cgit v1.2.1