Skip to content

meson: Add support for negated checks

Kacper Michajłow requested to merge kasper93/ffmpeg:vk_stubs into meson-6.1

This fixes parsing of syntax like OBJS-$(!CONFIG_VULKAN), which adds objects only if a certain feature is disabled.

Fixes: #44

Edited by Kacper Michajłow

Merge request reports