summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-07-11 19:36:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-07-11 19:36:56 +0200
commit6d5587f283396fce9e0172df503fc8df68fff095 (patch)
treefceead76ba8a56a73ff353b7a329f777cc8770b3
parent9e3671aa215ae2a9f9125739cbf6277d3ae42d1e (diff)
x-window-simple-app: rdepend on xserver-nodm-init
Add the missing RDEPENDS. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app.inc b/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
index 941aae3..c9578ad 100644
--- a/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
+++ b/recipes-graphics/x-window-simple-app/x-window-simple-app.inc
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
inherit allarch
-RDEPENDS_${PN} += "${INITIAL_APP_PKGS}"
+RDEPENDS_${PN} += "${INITIAL_APP_PKGS} xserver-nodm-init"
S = "${WORKDIR}"