#musl / #x11 / static linking question: is it possible to make a statically linked X11 application? Every time I've used a library that uses X11, it has linked to it dynamically or with dlopen, which makes it not possible to use musl (afaik, please educate me if this is not the case).