Add loong64 to the list of architectures we don't want to build

gtk-update-icon-cache

Gbp-Dch: Full
This commit is contained in:
Jeremy Bícha 2025-01-27 11:45:40 -05:00
parent ca9b7ce74a
commit e316967ba3

2
debian/rules vendored
View File

@ -106,7 +106,7 @@ else
configure_flags_deb += -Dprofiler=false configure_flags_deb += -Dprofiler=false
endif 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 dh_options += -Ngtk-update-icon-cache
endif endif