Skip to content

Commit 744e06a

Browse files
authored
Merge pull request #2839 from drgrice1/remove-plots-gd
Remove the `Plots::GD` PG module dependency.
2 parents 6d54327 + 1afb4f4 commit 744e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/defaults.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ ${pg}{modules} = [
12861286
[qw(Matrix)],
12871287
[qw(Multiple)],
12881288
[qw(PGrandom)],
1289-
[qw(Plots::Plot Plots::Axes Plots::Data Plots::Tikz Plots::JSXGraph Plots::GD)],
1289+
[qw(Plots::Plot Plots::Axes Plots::Data Plots::Tikz Plots::JSXGraph)],
12901290
[qw(Regression)],
12911291
[qw(Select)],
12921292
[qw(Units)],

0 commit comments

Comments
 (0)