diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-11 17:23:11 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-11 17:23:11 +0200 |
commit | 2e429c4cd7899004a87d27de9dcc7eb2bee312ba (patch) | |
tree | 83917830d875abc30411b2bbe2bc82449ca627d9 | |
parent | 5c45aeeee3d13aaa81c261779d2f62b1e7e5f6e6 (diff) | |
download | tde-packaging-2e429c4cd7899004a87d27de9dcc7eb2bee312ba.tar.gz tde-packaging-2e429c4cd7899004a87d27de9dcc7eb2bee312ba.zip |
RPM: tdeartwork: fix WITH_LIBART cmake option
Signed-off-by: François Andriot <albator78@libertysurf.fr>
-rw-r--r-- | redhat/core/tdeartwork/tdeartwork.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |