From 2e429c4cd7899004a87d27de9dcc7eb2bee312ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 11 Apr 2023 17:23:11 +0200 Subject: [PATCH] RPM: tdeartwork: fix WITH_LIBART cmake option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/core/tdeartwork/tdeartwork.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/core/tdeartwork/tdeartwork.spec b/redhat/core/tdeartwork/tdeartwork.spec index cbe2b851a..ad15a0c1d 100644 --- a/redhat/core/tdeartwork/tdeartwork.spec +++ b/redhat/core/tdeartwork/tdeartwork.spec @@ -762,7 +762,7 @@ fi -DSHARE_INSTALL_PREFIX=%{tde_datadir} \ \ %{!?with_xscreensaver:-DWITH_XSCREENSAVER=OFF} \ - %{!?with_libart}:-DWITH_LIBART=OFF} \ + %{!?with_libart:-DWITH_LIBART=OFF} \ -DWITH_ALL_OPTIONS=ON \ -DWITH_ARTS=ON \ -DWITH_LIBART=ON \