]> git.gag.com Git - fw/altos/commitdiff
debian: Build depend on default-jdk-headless
authorKeith Packard <keithp@keithp.com>
Thu, 4 Sep 2025 19:21:47 +0000 (12:21 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 4 Sep 2025 19:55:39 +0000 (12:55 -0700)
When building the package, we don't need to run any java apps with a
GUI, we just need the compiler. Switching the dependency reduces
the number of packages loaded at build time by a bunch.

Signed-off-by: Keith Packard <keithp@keithp.com>
debian/control

index ea0c086c17f4cc7739a7741c6c15d4660c5b2434..c104f47092422a3a76876eb1e58d43b60ad5e5eb 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: asciidoctor,
                autoconf,
                automake,
                debhelper (>= 13),
-               default-jdk:native,
+               default-jdk-headless:native,
               faketime,
                freetts,
                gawk,