From 51a090778896a6e8acd235772e85f27db8199d98 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 19 Feb 2026 23:43:01 +0300 Subject: [PATCH] freshplayerplugin --- network/plugin/freshplayerplugin/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/network/plugin/freshplayerplugin/actions.py b/network/plugin/freshplayerplugin/actions.py index 05b5480253..e7e2ed825d 100644 --- a/network/plugin/freshplayerplugin/actions.py +++ b/network/plugin/freshplayerplugin/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import get def setup(): cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DWITH_GTK=3") def build(): cmaketools.make()