summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2025-03-20 11:41:15 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2025-03-20 12:00:03 +0000
commite9807f5b6ac7991d695eac5e9df93d27c633957d (patch)
treef297c8fc3ea3082881a666afc3a5ff8c28a06f14 /subprojects
parent06269e9584efa42b359bbeef3240dc19ffd4e261 (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> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'subprojects')
-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..8b62c036
--- /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.2.0
+depth = 1