Index: mplsetup.cfg.template
--- mplsetup.cfg.template.orig
+++ mplsetup.cfg.template
@@ -11,8 +11,8 @@
 # FreeType/Qhull.  As an exception, Matplotlib defaults to the system version
 # of FreeType on AIX.
 #
-#system_freetype = False
-#system_qhull = False
+system_freetype = True
+system_qhull = True
 
 [packages]
 # Some of Matplotlib's components are optional: the MacOSX backend (installed
@@ -22,7 +22,7 @@
 # lines.  Note that the MacOSX backend is never built on Linux or Windows,
 # regardless of the config value.
 #
-#tests = False
+tests = True
 #macosx = True
 
 [rc_options]
