]> git.gag.com Git - fw/altos/commitdiff
debian: Allow for cross building
authorKeith Packard <keithp@keithp.com>
Wed, 3 Sep 2025 16:27:39 +0000 (09:27 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 3 Sep 2025 19:14:59 +0000 (12:14 -0700)
Annotate build deps for default-jdk, nickle and cairo-5c with :native
so that we use native tools instead of running the host arch binaries
under emulation.

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

index 358c7f83729ff9a2e6363e771defdb9d9eee6268..2f4670d916c8a992c45876008d8e9ff72127a931 100644 (file)
@@ -9,7 +9,7 @@ Build-Depends: asciidoctor,
                autoconf,
                automake,
                debhelper (>= 13),
-               default-jdk,
+               default-jdk:native,
               faketime,
                freetts,
                gawk,
@@ -31,8 +31,8 @@ Build-Depends: asciidoctor,
                libtool,
                libusb-1.0-0-dev,
                netpbm,
-               nickle,
-              cairo-5c,
+               nickle:native,
+              cairo-5c:native,
                pkgconf,
                shared-mime-info,
                sox,