Hello all, we still happen to have may packages depending on xorg-x11-devel which is metapackage pulling in whole x11 stack to the dependency chain. This means your package waits for the full X stack to be available before it even contemplates building. There are currently 107 packages doing this (see attached file) as such it is pretty annoying to open bugreports against everything. As such would it be possible if interested souls fix their packages to require only the stuff they need, preferably in the pkgconfig format, ie: BuildRequires: pkgconfig(libxcb) I will also add rpmlint error to fail all packages that are adding this dependency (as we are keeping the package for weird binary 3rd party apps, but do not want it in OBS). Thanks Tom