meson: warning when installing ac-adapter-symbolic.svg file
Description
I see a warning when installing a local copy of xfce4-power-manager with meson:
Installing xfce4-power-manager/data/icons/scalable/ac-adapter-symbolic.svg to /usr/local/share/icons/hicolor/scalable/status
Warning: trying to copy a symlink that points to a file. This currently copies
the file by default, but will be changed in a future version of Meson to copy
the link instead. Set follow_symlinks to true to preserve current behavior, or
false to copy the link.
It seems like the existing behavior with 4.20 is to copy the file (and not the link), so setting follow_symlinks seems like the appropriate fix:
-rw-r--r-- 1 root root 6.1K Dec 25 13:48 /usr/share/icons/hicolor/scalable/status/ac-adapter-symbolic.svg
Version info
- meson 1.7.0 on Arch Linux
- Commit 260f5220