canonical / meta-snapd

Yocto meta-layer for snapd
MIT License
10 stars 6 forks source link

snapd.bb: add "libcap" to DEPENDS #13

Closed rpjday closed 2 years ago

rpjday commented 2 years ago

Otherwise:

| bootstrap.c:37:10: fatal error: sys/capability.h: No such file or directory | 37 | #include <sys/capability.h> | | ^~~~~~ | compilation terminated.

Signed-off-by: Robert P. J. Day robert.day@canonical.com