Closed issue by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/27495 Description: With one of the recent updates the file `/usr/include/wx/setup.h` is no longer there in `wxWidgets-gtk3-devel`. It moved to `/usr/lib/wx/include/gtk3-unicode-3.0/wx/setup.h` yet packages depending on wxWidgets, e.g. mediainfo or wxPython, want to include just `#include "wx/setup.h"`. For `wxWidgets-devel` the file is moved to `/usr/lib/wx/include/gtk2-unicode-3.0/wx/setup.h`. IDK if it would make sense to create a symbolic link to the respective file for both, gtk2 and gtk3, devel versions so that packages depending on either will find `setup.h` where it used to be? Then the two devel packages would need to conflict, i.e. no dependency on gtk2 **and** gtk3 devel packages in one package. Or would it be better to add the `/usr/lib/wx/include/gtkX-unicode-3.0/` path to the pkgconfig and/or cmake include paths?