From 8f95e88041057a292ae2f15737815a668aa6236e Mon Sep 17 00:00:00 2001 From: lemort Date: Mon, 19 Nov 2007 16:18:00 +0000 Subject: Suppression de la configuration du flag GL_DAMAGE: la gestion de damage est desormais prise en compte via une option du widget TkZinc (-usedamage) --- Perl/Makefile.PL | 2 -- 1 file changed, 2 deletions(-) (limited to 'Perl/Makefile.PL') diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL index d3125f4..9e0c53b 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL @@ -104,7 +104,6 @@ sub optimize { sub get_flags { my %DEF_FLAGS = ('GL' => 1, 'SHAPE' => 1, - 'GL_DAMAGE' => 0, 'ATC' => 1 ); @@ -114,7 +113,6 @@ sub get_flags { if ($name =~ /(with-gl)/i) { if ($value =~ /no/i) { $DEF_FLAGS{'GL'} = 0; - $DEF_FLAGS{'GL_DAMAGE'} = 0; } } elsif ($name =~ /(with-atc)/i) { -- cgit v1.1