New issue by LinArcX on void-packages repository https://github.com/void-linux/void-packages/issues/14684 Description: ### System * xuname: ``` dmesg: read kernel buffer failed: Operation not permitted Void 5.2.17_1 x86_64 GenuineIntel notuptodate rrDDDDFF ``` * package: libappindicator-devel ### Expected behavior I'm developing a gtk application and using libappindicator. So, i installed: `libappindicator-devel` and when i want to build the project via cmake, it says: > -- Checking for modules 'gtk+-3.0;appindicator3-0.1' > -- Package 'dbusmenu-glib-0.4', required by 'appindicator3-0.1', not found So after that i installed libdbusmenu-glib-devel persoanally and now everything works fine. pleas add `libdbusmenu-glib-devel` to list of dependencies of `libappindicator-devel`.