summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.cfg b/modules.cfg
index f251fd897..cf357cfe6 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -176,7 +176,7 @@ BASE_EXTENSIONS += ftmm.c
# Interface for otvalid module (which is required).
#
# See include/freetype/ftotval.h for the API.
-# BASE_EXTENSIONS += ftotval.c
+BASE_EXTENSIONS += ftotval.c
# Interface for accessing PFR-specific data. Needs PFR font driver.
#
@@ -209,7 +209,7 @@ BASE_EXTENSIONS += ftwinfnt.c
# server.
#
# See include/freetype/ftxf86.h for the API.
-# BASE_EXTENSIONS += ftxf86.c
+BASE_EXTENSIONS += ftxf86.c
####