diff options
| author | Oz Tiram <[email protected]> | 2025-12-23 19:29:00 +0100 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2025-12-24 06:27:23 +0000 |
| commit | 9575268dade7a5db8974fc093031439eebab8b9f (patch) | |
| tree | 87cb701da3ed41ee8f742653eee2e50925a66f9a | |
| parent | 43aa4af685825b1eac43e05f81698fa78883c556 (diff) | |
| download | atril-9575268dade7a5db8974fc093031439eebab8b9f.tar.bz2 atril-9575268dade7a5db8974fc093031439eebab8b9f.tar.xz | |
fix: meson.build mathjax variable in correct scope
Signed-off-by: Oz Tiram <[email protected]>
| -rw-r--r-- | meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 43e5f335..2a3ec91e 100644 --- a/meson.build +++ b/meson.build @@ -147,6 +147,7 @@ endif thumbnailer_mime_types = atril_mime_types +mathjax_directory = 'not enabled' # EPUB backend webkit = dependency('webkit2gtk-4.1', version: '>= 2.4.3', required: get_option('epub')) if webkit.found() @@ -330,10 +331,6 @@ configure_file( install_dir: join_paths(libdir, 'pkgconfig') ) -if not defined('mathjax_directory') - mathjax_directory = 'not enabled' -endif - # Summary output summary = [ '', |
