agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
534 stars 410 forks source link

rpidistro-vlc: update PACKAGECONFIG #1121

Closed EasyIP2023 closed 1 year ago

EasyIP2023 commented 1 year ago

Connected to VLC on RaspberryPI0w2 with framebuffer only

Problem:

ERROR: Nothing PROVIDES 'gtk+3' (but rpidistro-vlc_3.0.12.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES

If neither are included gtk+3 wont be included in sysroot of recipe.

Solution:

Update PACKAGECONFIG to only --enable-notify if either wayland or x11 are present in DISTRO_FEATURES.