mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
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:
parent
06269e9584
commit
e9807f5b6a
2 changed files with 7 additions and 0 deletions
1
subprojects/.gitignore
vendored
1
subprojects/.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
/googletest-release*
|
/googletest-release*
|
||||||
|
/libpisp
|
||||||
/libyaml
|
/libyaml
|
||||||
/libyuv
|
/libyuv
|
||||||
/packagecache
|
/packagecache
|
||||||
|
|
6
subprojects/libpisp.wrap
Normal file
6
subprojects/libpisp.wrap
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue