diff --git a/tracker-miners.spec b/tracker-miners.spec index 0067dcd..dc05480 100644 --- a/tracker-miners.spec +++ b/tracker-miners.spec @@ -89,6 +89,12 @@ This package contains various miners and metadata extractors for tracker. # Disable the functional tests for now, they use python bytecodes. %meson \ -Dfunctional_tests=false \ +%if ! 0%{?with_libcue} + -Dcue=disabled \ +%endif +%if ! 0%{?with_rss} + -Dminer_rss=false \ +%endif -Dsystemd_user_services=%{_userunitdir} %meson_build