Skip to content

Correct name of extensions build option

Vignesh Raman requested to merge wip/vignesh/fix-build-option into apertis/v2023dev1

With extension build option the below error is seen,

../meson.build:1:0: ERROR: Unknown options: "extension"

Fix the build option to use "extensions".

Fixes: https://phabricator.apertis.org/T8373

Merge request reports