New comment by Justinizer on void-packages repository https://github.com/void-linux/void-packages/pull/29955#issuecomment-812787788 Comment: > ``` > /usr/share/fs-uae-launcher/OpenGL/DLLS/glut32.dll > /usr/share/fs-uae-launcher/OpenGL/DLLS/glut64.dll > /usr/share/fs-uae-launcher/OpenGL/DLLS/glut_README.txt > /usr/share/fs-uae-launcher/OpenGL/DLLS/opengle32.vc7.dll > /usr/share/fs-uae-launcher/OpenGL/DLLS/opengle32.vc9.dll > /usr/share/fs-uae-launcher/OpenGL/DLLS/opengle64.vc9.dll > ``` > > are these dll's actually needed? Probably not? ```bash cat /usr/share/fs-uae-launcher/OpenGL/DLLS/GLE_WIN32_README.txt This is a Win32 version of the GLE library compiled as a shared library (DLL) for use with e.g. Python's ctypes foreign-function interface. To install, copy the file gle32.dll to your system32 ``` Seems not to be needed I will try to cut it out somehow... Edit: Done it ... Because it just use a cp -a in the makefile I just rm it after extract.