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>
This commit is contained in:
Naushir Patuck
2025-03-20 12:00:03 +00:00
committed by Kieran Bingham
parent 06269e9584
commit e9807f5b6a
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
/googletest-release*
/libpisp
/libyaml
/libyuv
/packagecache
+6
View File
@@ -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