Skip to content
Snippets Groups Projects
Commit d370f6ac authored by samuel's avatar samuel
Browse files

Edit dependencies

parent 5d1239e4
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
--noconfirm -Syu --noconfirm -Syu
buildah run "$ctr" -- pacman \ buildah run "$ctr" -- pacman \
--noconfirm -Sy \ --noconfirm -Sy \
libplasma make cmake libplasma gcc make cmake extra-cmake-modules
buildah commit -- "$ctr" "$IMAGE_NAME" buildah commit -- "$ctr" "$IMAGE_NAME"
buildah rm "$ctr" buildah rm "$ctr"
......
...@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.10) ...@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.10)
project(plasma-luna3) project(plasma-luna3)
find_package(ECM 6.8.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
find_package(Plasma REQUIRED) find_package(Plasma REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment