aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2024-07-18 18:21:11 +0200
committerDaniel Eklöf <daniel@ekloef.se>2024-07-18 18:21:43 +0200
commitd91789cf42d88852709bfc62fab5f242a36fdf84 (patch)
tree6365fc20514ccda860ea7a64382f7876772ddb14 /CHANGELOG.md
parentc89bbfe6012275afe500c0c862329f37c4021d73 (diff)
downloadwbg-d91789cf42d88852709bfc62fab5f242a36fdf84.tar.gz
meson/nanosvg: add support for linking against system's nanosvg
Nanosvg upstream is header only, and does not support/provide a library, neither shared nor static. However, most distributions still provide a nanosvg package with either a static library, or shared. Arch does the latter. So, let's support building against a system provided nanosvg library. The default is still to use bundled version, but this can be changed with -Dsystem-nanosvg=enabled when configuring the build tree.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2290cc..07e8558 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@
* JPEG XL support ([#14][14])
* Log output now respects the [`NO_COLOR`](http://no-color.org/)
environment variable.
+* Support for linking against a system provided nanosvg library. See
+ the new `-Dsystem-nanosvg` meson option. Defaults to `disabled`
+ (i.e. use the bundled version).
[14]: https://codeberg.org/dnkl/wbg/pulls/14