git_xorg cannot checkout fonts?

Wang, Wei Z wei.z.wang at intel.com
Thu Sep 7 20:24:20 PDT 2006


Hi All:

The tool git_xorg
(http://wiki.x.org/wiki/ModularDevelopersGuide?action=AttachFile&do=get&
target=git_xorg) doesn't do the checkout work for the fonts (the font/*
repositories). Any special reasons? From my experience, Xserver cannot
run properly without some kind of fonts.

So, if it is necessary to append a line to this tool?
Tiny patch is provided here:
------------------------------------------------------------------------
---------------
--- git_xorg.orig       2006-09-08 11:04:05.000000000 +0800
+++ git_xorg    2006-09-08 11:04:53.000000000 +0800
@@ -125,6 +125,7 @@
 do_dir lib "${lib}"
 do_dir proto "${proto}"
 do_dir util "${util}"
+do_dir font "${font}"
 do_dir . xserver

 # DRM doesn't fit into above
------------------------------------------------------------------------
---------------

Thanks
-Wei



More information about the xorg mailing list