From 50ab86ab587f5e7bcca1453a5c6f717f69c2b833 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 22 Jun 2023 17:19:18 +0200 Subject: [PATCH] Fix the build --- flatpak.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak.spec b/flatpak.spec index e9b9fd8..32e2052 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -147,9 +147,9 @@ This package contains installed tests for %{name}. -Dsystem_bubblewrap=/usr/bin/bwrap \ -Dsystem_dbus_proxy=/usr/bin/xdg-dbus-proxy \ %if %{with malcontent} - -Dmalcontent=true \ + -Dmalcontent=enabled \ %else - -Dmalcontent=false \ + -Dmalcontent=disabled \ %endif %{nil} %meson_build