From 50918368654e4fc1123d5a9440126d2679c78ae5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 8 Jul 2020 14:58:23 +0000 Subject: [PATCH] Minor conditional tweak for ELN Without this, it still tries to build with djvu on non-fedora builds. Signed-off-by: Troy Dawson tdawson@redhat.com --- evince.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evince.spec b/evince.spec index 448f031..36d6f8d 100644 --- a/evince.spec +++ b/evince.spec @@ -131,6 +131,8 @@ It adds an additional tab called "Document" to the file properties dialog. %endif %if 0%{?fedora} -Ddjvu=enabled \ +%else + -Ddjvu=disabled \ %endif -Dxps=enabled \ -Dt1lib=disabled \