From 2cd956d09365211daedc0d328ce0bd5c7ddbd4c3 Mon Sep 17 00:00:00 2001 From: PearrGirl <155414469+PearrGirl@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:11:28 +0300 Subject: [PATCH] toxic build. --- network/chat/toxic/actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/network/chat/toxic/actions.py b/network/chat/toxic/actions.py index ed6edc4c9c..e00e701037 100644 --- a/network/chat/toxic/actions.py +++ b/network/chat/toxic/actions.py @@ -8,10 +8,11 @@ from pisi.actionsapi import autotools, get j = ''.join([ ' PREFIX=/usr', - ' ENABLE_ASAN=0', + ' DISABLE_DESKTOP_NOTIFY=0', + ' DISABLE_SOUND_NOTIFY=1', ' DISABLE_AV=0', ' DISABLE_X11=0', - ' DISABLE_GAMES=1 ' + ' DISABLE_GAMES=0 ' ]) def build():