diff options
| author | Nicolas Fella <[email protected]> | 2023-11-23 18:37:29 +0100 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2023-11-23 18:37:29 +0100 |
| commit | e327b93327f0f24970c70747523ab709e0ea1d7f (patch) | |
| tree | ace5c1e02b3ae2030c99f4f8c72cae7b53dbac08 /.kde-ci.yml | |
| parent | ad9c74534d291556feb7d5b6d317c281e07259fa (diff) | |
Only use KActivities on Linux/BSD
Diffstat (limited to '.kde-ci.yml')
| -rw-r--r-- | .kde-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml index 500b80c56..7c1e08b82 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,13 +26,13 @@ Dependencies: 'frameworks/kfilemetadata': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' 'frameworks/kuserfeedback': '@latest-kf6' - 'plasma/kactivities': '@latest-kf6' 'libraries/phonon': '@latest-kf6' - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' 'libraries/baloo-widgets': '@latest-kf6' + 'plasma/kactivities': '@latest-kf6' 'third-party/packagekit-qt': '@latest' - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] |
