Commit 61f9316e authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

mixin-alt-server.mk: jitsi-meet for x86_64 only

Some of the native libraries used by jitsi-meet (eg libjnisctp.so libjitsisrtp.so) are only compiled for the x86_64 architecture. As a consequence, jitsi-meet cannot run properly on architectures other than x86_64. See-also: https://bugzilla.altlinux.org/44327 See-also: https://bugzilla.altlinux.org/44494 See-also: https://bugzilla.altlinux.org/44496
parent 43099156
......@@ -65,6 +65,8 @@ endif
@$(call add,INSTALL2_PACKAGES,installer-feature-auto-domain)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2)
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,centaurus/jitsi-meet)
endif
@$(call add,INSTALL2_PACKAGES,fdisk)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment