no_x11 FLAVOR now includes FreeType too.
This commit is contained in:
parent
430cdda6ba
commit
9d8143d338
@ -1,5 +1,5 @@
|
||||
--- Makefile.PL.orig Thu Jun 22 23:31:50 2000
|
||||
+++ Makefile.PL Tue Sep 19 12:17:38 2000
|
||||
+++ Makefile.PL Tue Nov 21 16:09:24 2000
|
||||
@@ -10,9 +10,9 @@
|
||||
# FEATURE FLAGS
|
||||
warn "\nPlease choose the features that match how libgd was built:\n";
|
||||
@ -8,7 +8,7 @@
|
||||
-my $TTF = lc prompt('Build FreeType support?','y') eq 'y';
|
||||
-my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y';
|
||||
+my $JPEG = 1;
|
||||
+my $TTF = 0;
|
||||
+my $TTF = 1;
|
||||
+my $XPM = 0;
|
||||
|
||||
my $FCGI = 0; # set to 1 to build compatability with fastCGI
|
||||
|
Loading…
Reference in New Issue
Block a user