summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2023-05-04 08:05:55 +0100
committerNaushir Patuck <naush@raspberrypi.com>2024-06-17 10:44:39 +0100
commitc5d0015c05a3bfd55ac7cedbd43d958f00cfee49 (patch)
tree4c0440e5faa286a191b9b65504e3ed426ace299b
parent6960684fa13baaca3c7532f2e002abed7af26825 (diff)
meson: Add libpisp.wrap
Add a new subpoject wrap file for the libpisp library located at https://github.com/raspberrypi/libpisp The libpisp library is used to configure the Raspberry Pi 5 Frontend and Backend ISP components. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
-rw-r--r--subprojects/.gitignore1
-rw-r--r--subprojects/libpisp.wrap6
2 files changed, 7 insertions, 0 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index 04b6271f..b08d6990 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
/googletest-release*
+/libpisp
/libyaml
/libyuv
/packagecache
diff --git a/subprojects/libpisp.wrap b/subprojects/libpisp.wrap
new file mode 100644
index 00000000..b6eb994b
--- /dev/null
+++ b/subprojects/libpisp.wrap
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: CC0-1.0
+
+[wrap-git]
+url = https://github.com/raspberrypi/libpisp.git
+revision = v1.0.6
+depth = 1