[plasma-mobile/plasma-camera/release/26.08] /: CI - Flatpak - Add new dependency
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a2cbf6b64a786d8d27f5ca58d9ef1cefb72574e1 by Justin Zobel. Committed on 14/07/2026 at 23:31. Pushed by justinzobel into branch 'release/26.08'. CI - Flatpak - Add new dependency (cherry picked from commit cfdb1c7917e807a6a70f1cd59c8da32bf854ef73) Co-authored-by: Justin Zobel <[email protected]> M +12 -0 org.kde.plasma.camera.json https://invent.kde.org/plasma-mobile/plasma-camera/-/commit/a2cbf6b64a786d8d27f5ca58d9ef1cefb72574e1 diff --git a/org.kde.plasma.camera.json b/org.kde.plasma.camera.json index 738e261..628fada 100644 --- a/org.kde.plasma.camera.json +++ b/org.kde.plasma.camera.json @@ -34,6 +34,18 @@ ], "modules": [ "flatpak/python3-modules.json", + { + "name": "libyuv", + "buildsystem": "cmake", + "builddir": true, + "sources": [ + { + "type": "git", + "url": "https://chromium.googlesource.com/libyuv/libyuv", + "branch": "main" + } + ] + }, { "name": "libcamera", "config-opts": [ "-Dtest=false" ],