[PATCH xserver 13/19] xfree86: Remove a stray reference to font modules

Adam Jackson ajax at redhat.com
Mon Jan 23 19:32:27 UTC 2017


Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 hw/xfree86/common/xf86Configure.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c
index 8c8e49e..0d7a127 100644
--- a/hw/xfree86/common/xf86Configure.c
+++ b/hw/xfree86/common/xf86Configure.c
@@ -399,10 +399,9 @@ configureModuleSection(void)
 {
     const char **elist, **el;
 
-    /* Find the list of extension & font modules. */
+    /* Find the list of extension modules. */
     const char *esubdirs[] = {
         "extensions",
-        "fonts",
         NULL
     };
     parsePrologue(XF86ConfModulePtr, XF86ConfModuleRec);
-- 
2.9.3



More information about the xorg-devel mailing list