summaryrefslogtreecommitdiff
path: root/backend/dvi
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2025-11-05 16:31:50 +0100
committerColomban Wendling <[email protected]>2025-11-06 14:40:18 +0100
commitbfb37dad01c8420e0bae8747bcf0a7d37a4ea060 (patch)
tree5582aa9f3bb141d3346763005852556c8e65e845 /backend/dvi
parentb5d739fb42304073c1d183f3add8478316730409 (diff)
downloadatril-bfb37dad01c8420e0bae8747bcf0a7d37a4ea060.tar.bz2
atril-bfb37dad01c8420e0bae8747bcf0a7d37a4ea060.tar.xz
meson: Replace backend boolean options with features
This allows enabling the backend automatically depending on whether the dependencies are satisfied or not, like Autotool's counterpart. By default, the PDF backend is force-enabled and the Pixbuf backend is disabled, as with Autotools.
Diffstat (limited to 'backend/dvi')
-rw-r--r--backend/dvi/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/dvi/meson.build b/backend/dvi/meson.build
index 8b4d0ed0..98abf454 100644
--- a/backend/dvi/meson.build
+++ b/backend/dvi/meson.build
@@ -15,7 +15,7 @@ dvi_deps = [
gtk,
libmdvi_dep,
math,
- spectre,
+ spectre_dvi,
mdvi_deps,
]