-
Notifications
You must be signed in to change notification settings - Fork 8
Added wayvnc and some deps #8
base: mickledore
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,16 @@ | |||
SUMMARY = "Andri's Main Loop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta-toradex have a recipe for aml
. It adds a aml-examples
package to add examples if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, so maybe it is not a good idea to add it here. Or would you like me to drop aml and neatvnc
but still add wayvnc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to add it here, that was just a hint if you want to complete a bit your version of this recipe.
@@ -0,0 +1,20 @@ | |||
SUMMARY = "Neatvnc vnc c library" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta-toradex also has a recipe for neatvnc
.
EXTRA_OEMESON += "-Dpam=enabled" | ||
|
||
DEPENDS = "pixman aml neatvnc libdrm jansson libxkbcommon libpam wayland-native" | ||
RDEPENDS:${PN} += "pixman aml libdrm neatvnc jansson libxkbcommon libpam" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RDEPENDS:${PN}
may not be necessary as Yocto will retrieve automatically the runtime dependencies itself looking at the installed binaries.
No description provided.