mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-19 22:25:36 +00:00
This change explicitly enables support for `libgd` and the lua terminal in `gnuplot`, while explicitly disabling `cairo` terminals, which don't work with our `cairo` port. Adding `libgd` as a dependency requires us to manually link against the dependencies of `libgd`, as this is not done automatically by the configure script. This fixes an issue where building `gnuplot` would fail if `libgd` was already installed.