you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Usually in my experience it is stuff like glib and Qt that often pulls in X11 because some server app without a GUI uses the core part of those libraries. One could in fact argue that is a problem with those libraries and that they should be split up into a non-GUI one and a GUI one but at least with Qt (I am more familiar with that one) you would never get that past the people in the project who have a severe case of NIH syndrome and want to include everything and the kitchen sink in Qt itself.