From 838f3eb97a81d27fbc615aaa862a78eb2eb23f26 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 3 Sep 2025 09:27:39 -0700 Subject: [PATCH] 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 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.47.3