New comment by bra1nwave on void-packages repository https://github.com/void-linux/void-packages/pull/14178#issuecomment-528235612 Comment: It's not easy as I thought it would be. The main culprit here is `audacious-plugins`. It has a lot of various .so plugins which either depend on GTK or QT. Sure, we can hunt down every SO, but this would be a nightmare to maintain. There is also the problem that some plugins that were not previously dependent on Qt are now depending on it. Which means I cannot move it into a subpkg. We have (IMHO) two alternatives: - Keep the Build options and make GTK the default one. If someone only needs the Qt version, he/she can build it with `-o ~gtk,qt` - Make separate (`audacious-qt` and `audacious-qt-plugins`) templates with disabled GTK