The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
334 B
8 lines
334 B
## Add a system type dependency for zlib |
|
|
|
This allows zlib to be detected on macOS and FreeBSD without the use of |
|
pkg-config or cmake, neither of which are part of the base install on those |
|
OSes (but zlib is). |
|
|
|
A side effect of this change is that `dependency('zlib')` also works with |
|
cmake instead of requiring `dependency('ZLIB')`.
|
|
|