On Tue, Dec 02, 2014 at 01:49:26PM +0100, Ludovic Courtès wrote: > Andreas Enge <andr...@enge.fr> skribis: > > Now, xorg needs to include xdisorg, I think; and vice versa. > Why? I thought xdisorg would only contain third-party packages that > Xorg does not depend on, no?
Maybe I was mistaken. I was thinking of mesa, but it is defined in gl and not xorg. At the same time it has inputs from xorg (currently, libdrm, but also libx11 and others); and it is an input to xorg, for xf86-video-.... So there is already a circle between the gl and xorg modules now, which is not a circular dependency; and I assume things should still work after part of xorg is moved to xdisorg. Andreas