Sort the tags at the top into their corresponding section. Add missing section comments.
Signed-off-by: Dirk Wallenstein <[email protected]> --- xorg.modules | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3760912..a6a17a3 100644 --- a/xorg.modules +++ b/xorg.modules @@ -8,9 +8,7 @@ <repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/"/> - <autotools id="fontconfig"> - <branch repo="git.freedesktop.org" module="fontconfig" checkoutdir="fontconfig" /> - </autotools> + <!-- xcb --> <autotools id="pthread-stubs"> <branch repo="git.freedesktop.org" module="xcb/pthread-stubs" checkoutdir="xcb/pthread-stubs"/> @@ -33,9 +31,7 @@ <branch repo="git.freedesktop.org" module="xcb/util" checkoutdir="xcb/xcb-util"/> </autotools> - <autotools id="macros"> - <branch repo="git.freedesktop.org" module="xorg/util/macros" checkoutdir="xorg/util/macros" /> - </autotools> + <!-- docs --> <autotools id="xorg-sgml-doctools"> <branch repo="git.freedesktop.org" module="xorg/doc/xorg-sgml-doctools" checkoutdir="xorg/doc/xorg-sgml-doctools" /> @@ -52,6 +48,8 @@ </dependencies> </autotools> + <!-- protos --> + <autotools id="applewmproto"> <branch repo="git.freedesktop.org" module="xorg/proto/applewmproto" checkoutdir="xorg/proto/applewmproto" /> </autotools> @@ -166,6 +164,10 @@ <!-- libs --> + <autotools id="fontconfig"> + <branch repo="git.freedesktop.org" module="fontconfig" checkoutdir="fontconfig" /> + </autotools> + <autotools id="libAppleWM"> <branch repo="git.freedesktop.org" module="xorg/lib/libAppleWM" checkoutdir="xorg/lib/libAppleWM" /> <dependencies> @@ -619,6 +621,12 @@ </dependencies> </metamodule> + <!-- util --> + + <autotools id="macros"> + <branch repo="git.freedesktop.org" module="xorg/util/macros" checkoutdir="xorg/util/macros" /> + </autotools> + <!-- data --> <autotools id="bitmaps"> <branch repo="git.freedesktop.org" module="xorg/data/bitmaps" checkoutdir="xorg/data/bitmaps" /> -- 1.7.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
