Skip to content

Draft: use meson's built-in `has_function()` for feature detection

Peng Yi requested to merge nerditation/libglnx:check_functions into master

the current meson.build script checks the existence of some functions by compiling a code snippet, this patch replaces this custom feature detection logic by meson's built-in Compiler.has_function() mechanism.

Merge request reports