diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2023-05-04 08:05:55 +0100 |
---|---|---|
committer | Naushir Patuck <naush@raspberrypi.com> | 2023-11-13 14:52:04 +0000 |
commit | ea2a1505b4a72add1c6c10946720b40d082c605e (patch) | |
tree | b4a6eca7f510627993eb4be2ec84b1c9d66be96f | |
parent | 34b248c88f3ab67f47e64a6eab0a784e43f40488 (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/.gitignore | 1 | ||||
-rw-r--r-- | subprojects/libpisp.wrap | 6 |
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..8f30ccb7 --- /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.1 +depth = 1 |