]> git.mdlowis.com Git - proto/labwc.git/commit
build: make svg buttons optional
authorJohan Malm <jgm323@gmail.com>
Sun, 17 Sep 2023 10:40:48 +0000 (11:40 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 17 Sep 2023 18:26:41 +0000 (19:26 +0100)
commit715405fe29b1aef62d0e299d8c3c6928ca9f5bb7
treeddebf020d31befad3ccbeb2d47699192c2da4a72
parentc598cf7f114d385036e8f1aa9b548fda7d78f767
build: make svg buttons optional

Add -Dsvg=disabled to your meson setup/configure command to disable svg
buttons even if the correct version of librsvg is available.

Note that regardless of this patch and the value of the 'svg' variable,
the build will gracefully fall back to not using librsvg if the correct
version is not available.

Helped-by: @01micko
meson.build
meson_options.txt
src/button/meson.build