d/rules: Correct argument used to disable gjs on s390x

This commit is contained in:
Simon McVittie 2022-03-08 16:16:02 +00:00
parent 0c9d74cdf5
commit 7415533195
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -28,7 +28,7 @@ configure_options = \
$(NULL) $(NULL)
ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),) ifneq ($(filter alpha hppa ia64 m68k s390x sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
configure_options += GJS=/nonexistent/gjs configure_options += ac_cv_path_GJS=
endif endif
ifneq ($(filter libostree-doc,$(binaries)),) ifneq ($(filter libostree-doc,$(binaries)),)