summaryrefslogtreecommitdiff
path: root/libview/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2025-12-23meson: Clean up tests for EPubColomban Wendling1-1/+1
* Properly require WebKit for the EPub backend, instead of it being an optional dependency. * Merge EPub tests together to simplify things. * Make MathJax optional, as it always has been. If missing, MathML will likely not display properly, but it's probably not that big of a deal as it's not the only use case for the EPub backend. If not found at setup time, use the historical default as fallback, in case it gets installed later. Note that all this MathJax stuff is currently unused, because the code has not been adjusted to make use of this check's results.
2025-12-23meson: Replace backend boolean options with featuresColomban Wendling1-1/+1
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.
2025-11-05Fix meson pkg-config compatibility with configuresj1-1/+1
pkg-config input files set -latrilview etc. but the library outputs created were libview.so, so any project that used pkg-config was broken, not to mention that the file itself also got renamed from its previous value and pkg-config wouldn't find it anymore.
2025-05-15meson: Fix libview GIR namespace (#638)Colomban Wendling1-1/+1
2025-04-04fix more build errorsOz Tiram1-1/+7
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04chore: clean references to xreaderOz Tiram1-2/+2
Signed-off-by: Oz Tiram <[email protected]>
2025-04-04Initial support for mesonOz Tiram1-0/+116
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]>