From e316967ba39a1de9abd9b5d7b9d9e831ccbfaf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= Date: Mon, 27 Jan 2025 11:45:40 -0500 Subject: [PATCH] Add loong64 to the list of architectures we don't want to build gtk-update-icon-cache Gbp-Dch: Full --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 605c9df060..5601973208 100755 --- a/debian/rules +++ b/debian/rules @@ -106,7 +106,7 @@ else configure_flags_deb += -Dprofiler=false endif -ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x,$(DEB_HOST_ARCH))) +ifneq (,$(filter amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x loong64,$(DEB_HOST_ARCH))) dh_options += -Ngtk-update-icon-cache endif