summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-12-23 19:25:13 +0100
committerLuke from DC <[email protected]>2025-12-24 06:27:23 +0000
commit43aa4af685825b1eac43e05f81698fa78883c556 (patch)
treee1ae1734db28150866b2cc219b7fd21aae745982
parent5ed6c2394c5e02152c5aa48f91652498835a65cd (diff)
downloadatril-43aa4af685825b1eac43e05f81698fa78883c556.tar.bz2
atril-43aa4af685825b1eac43e05f81698fa78883c556.tar.xz
fix: meson.build define undefiend mathjax variable
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1a8ede81..43e5f335 100644
--- a/meson.build
+++ b/meson.build
@@ -330,6 +330,10 @@ configure_file(
install_dir: join_paths(libdir, 'pkgconfig')
)
+if not defined('mathjax_directory')
+ mathjax_directory = 'not enabled'
+endif
+
# Summary output
summary = [
'',