mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/kirigami: install our own copy of ECM
Instead of relying on this being available as a system resource, treat it the same way as we treat Kirigami and the Breeze icons. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a883fce612
commit
24bb4d7677
3 changed files with 10 additions and 1 deletions
|
@ -177,6 +177,9 @@ for package in "${PACKAGES[@]}" ; do
|
|||
kirigami)
|
||||
git_checkout_library kirigami $CURRENT_KIRIGAMI https://github.com/KDE/kirigami.git
|
||||
;;
|
||||
extra-cmake-modules) # we want this intentionally at the same version as kirigami
|
||||
git_checkout_library extra-cmake-modules $CURRENT_KIRIGAMI https://github.com/KDE/extra-cmake-modules.git
|
||||
;;
|
||||
openssl)
|
||||
git_checkout_library openssl $CURRENT_OPENSSL https://github.com/openssl/openssl.git
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue