Remove system-asio build option

Asio has been shipping with `pkg-config` support since version 1.23, so
this is no longer needed.
This commit is contained in:
Robbert van der Helm
2025-06-01 22:37:45 +02:00
parent 6318f1623e
commit 5d257268a4
3 changed files with 6 additions and 33 deletions
+5
View File
@@ -29,6 +29,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Fixed a regression that caused `yabridgectl set --path-auto` to no longer
work.
### Packaging notes
- The `system-asio` build option has been removed since `asio` added
`pkg-config` support three years ago in version 1.23.
## [5.1.1] - 2024-12-23
### Fixed