From d603dd127559faf4dbcb3dd008da17a841c9b150 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 12 Apr 2009 21:51:16 +0000 Subject: do not add Load "freetype" to xorg.conf as the module does not exist anymore --- NEWS | 2 ++ lib/Xconfig/default.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3879c34..fce62a2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ - XFdrake: o fix selecting proprietary drivers with xdriver=DRIVER boot option + o do not add Load "freetype" to xorg.conf as the module does not exist + anymore Version 0.71 - 2 April 2009 diff --git a/lib/Xconfig/default.pm b/lib/Xconfig/default.pm index 22db579..e50d9f9 100644 --- a/lib/Xconfig/default.pm +++ b/lib/Xconfig/default.pm @@ -22,7 +22,7 @@ sub configure { my $raw_X = Xconfig::xfree->empty_config; - $raw_X->add_load_module($_) foreach qw(dbe v4l extmod freetype); + $raw_X->add_load_module($_) foreach qw(dbe v4l extmod); config_keyboard($raw_X, $keyboard); config_mouse($raw_X, $do_pkgs, $mouse); -- cgit v1.2.1