Hi
I’m sure I read it somewhere in this community, but I can’t find it anymore. How can I know what extrapackages and devpackages are available to add to my C++ project? In particular, I’m trying to add DBus now, so I added libdbus-1-dev:#%platform.debian-arch%# to devpackages and libdbus to extrapackages, but this fails to generate an image. Building the project is okay, but deploying to the target device gives this error:
note that this is from trying to add package libdbus-1. I also tried libdbus1 and libdbus, always with the same result
Kind regards,
Merijn