Skip to content

Commit

Permalink
Add missing rdeps for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 14, 2023
1 parent c45f8f0 commit 442c561
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes-jpos/settings/settings_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"

DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtvirtualkeyboard"

RDEPENDS:${PN} += " \
qtbase \
qtdeclarative \
qtvirtualkeyboard \
"

0 comments on commit 442c561

Please sign in to comment.