aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mono/mono-helloworld/mono-helloworld.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-mono/mono-helloworld/mono-helloworld.inc b/recipes-mono/mono-helloworld/mono-helloworld.inc
index a3b4013..8fa046f 100644
--- a/recipes-mono/mono-helloworld/mono-helloworld.inc
+++ b/recipes-mono/mono-helloworld/mono-helloworld.inc
@@ -17,3 +17,5 @@ FILES_${PN} = "${libdir}/helloworld/helloworld.exe \
${libdir}/helloworld/helloworldform.exe \
${bindir}/helloworldform \
"
+
+RDEPENDS_${PN} += "mono"