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.
5 lines
164 B
5 lines
164 B
2 years ago
|
## Feature objects now have an enable_auto_if method
|
||
|
|
||
|
This performs the opposite task of the disable_auto_if method, enabling the
|
||
|
feature if the condition is true.
|