summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/.gitignore3
-rw-r--r--subprojects/gtest.wrap2
-rw-r--r--subprojects/libyaml.wrap2
-rw-r--r--subprojects/libyuv.wrap2
-rw-r--r--subprojects/packagefiles/pybind11/meson.build7
-rw-r--r--subprojects/pybind11.wrap9
6 files changed, 8 insertions, 17 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index fd3f4a5b..04b6271f 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore
@@ -1,5 +1,6 @@
+# SPDX-License-Identifier: CC0-1.0
+
/googletest-release*
/libyaml
/libyuv
/packagecache
-/pybind11
diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap
index 40128b35..8892e184 100644
--- a/subprojects/gtest.wrap
+++ b/subprojects/gtest.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
[wrap-file]
directory = googletest-release-1.11.0
source_url = https://github.com/google/googletest/archive/release-1.11.0.zip
diff --git a/subprojects/libyaml.wrap b/subprojects/libyaml.wrap
index 3d7d0a32..392416c6 100644
--- a/subprojects/libyaml.wrap
+++ b/subprojects/libyaml.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
[wrap-git]
directory = libyaml
url = https://github.com/yaml/libyaml
diff --git a/subprojects/libyuv.wrap b/subprojects/libyuv.wrap
index 8ba51fa0..3417e73f 100644
--- a/subprojects/libyuv.wrap
+++ b/subprojects/libyuv.wrap
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
[wrap-git]
directory = libyuv
url = https://chromium.googlesource.com/libyuv/libyuv.git
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)
diff --git a/subprojects/pybind11.wrap b/subprojects/pybind11.wrap
deleted file mode 100644
index e8037a5d..00000000
--- a/subprojects/pybind11.wrap
+++ /dev/null
@@ -1,9 +0,0 @@
-[wrap-git]
-url = https://github.com/pybind/pybind11.git
-# This is the head of 'smart_holder' branch
-revision = aebdf00cd060b871c5a1e0c2cf4a333503dd0431
-depth = 1
-patch_directory = pybind11
-
-[provide]
-pybind11 = pybind11_dep