From: Keith Packard Date: Wed, 3 Sep 2025 16:27:39 +0000 (-0700) Subject: debian: Allow for cross building X-Git-Tag: debian/1.9.22-2~5 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=838f3eb97a81d27fbc615aaa862a78eb2eb23f26;p=fw%2Faltos debian: Allow for cross building 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 --- diff --git a/debian/control b/debian/control index 358c7f83..2f4670d9 100644 --- a/debian/control +++ b/debian/control @@ -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,