diff --git a/recipes-plasma/packagegroups/plasma-mobile.bb b/recipes-plasma/packagegroups/plasma-mobile.bb index 664d2c6..a44bc3f 100644 --- a/recipes-plasma/packagegroups/plasma-mobile.bb +++ b/recipes-plasma/packagegroups/plasma-mobile.bb @@ -26,6 +26,6 @@ RDEPENDS_${PN} = " \ plasma-workspace \ polkit-kde-agent-1 \ powerdevil \ - systemsettings \ + plasma-settings \ xdg-desktop-portal-kde \ " diff --git a/recipes-plasma/plasma-settings.inc b/recipes-plasma/plasma-settings.inc index 9466a43..d89928c 100644 --- a/recipes-plasma/plasma-settings.inc +++ b/recipes-plasma/plasma-settings.inc @@ -6,6 +6,8 @@ PR = "r0" DEPENDS = " \ plasma-framework \ + kitemmodels \ + kdelibs4support \ " SRC_URI = " \ diff --git a/recipes-plasma/plasma-settings_5.14.5.bb b/recipes-plasma/plasma-settings_5.14.5.bb deleted file mode 100644 index 56169bb..0000000 --- a/recipes-plasma/plasma-settings_5.14.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -require ${PN}.inc -SRCREV = "v${PV}" diff --git a/recipes-plasma/plasma-settings_git.bb b/recipes-plasma/plasma-settings_git.bb index 60cae47..4d36757 100644 --- a/recipes-plasma/plasma-settings_git.bb +++ b/recipes-plasma/plasma-settings_git.bb @@ -1,2 +1,2 @@ require ${PN}.inc -SRCREV = "master" +SRCREV = "e4f4d768c1603799add19d1471927b9131cefe1e"