On 28 February 2018 at 13:04, Jon Turney <[email protected]> wrote: > Signed-off-by: Jon Turney <[email protected]> > --- > xorg.modules | 845 > ++++++++++------------------------------------------------- > 1 file changed, 143 insertions(+), 702 deletions(-) > > diff --git a/xorg.modules b/xorg.modules > index b34d14d..93bc8cf 100644 > --- a/xorg.modules > +++ b/xorg.modules > @@ -65,35 +65,7 @@ > <!-- X11 Protocol & Extensions - Meta Module --> > <metamodule id="The X11 Protocols"> > <dependencies>
> - <dep package="xcb-proto"/> Should stay? > + <dep package="xorgproto"/> > </dependencies> > </metamodule> > > @@ -366,257 +338,13 @@ > + <meson id="xorgproto"> I'd say keep this as autotools and toggle as 2/2... > + <branch module="xorg/proto/xorgproto" > + checkoutdir="xorg/proto/xorgproto"/> > <dependencies> > - <dep package="util-macros"/> > - </dependencies> > - <suggests> > <dep package="xorg-sgml-doctools"/> > - </suggests> .. hence this hunk will stay as-is and drop util-macros with 2/2? It's fairly fiddly to have the above subtleties within such a massive patch. With the above, tweaks: Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
