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 11:41:15 +00:00 committed by Kieran Bingham
parent 06269e9584
commit e9807f5b6a
2 changed files with 7 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
/googletest-release*
/libpisp
/libyaml
/libyuv
/packagecache

6
subprojects/libpisp.wrap Normal file
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