meson: make xmp boolean a feature

Forgotten when adding xmp support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2023-02-09 18:34:03 -08:00
parent 3e6ba8f241
commit 87dcaa6682
+1 -2
View File
@@ -37,7 +37,6 @@ option('video', type : 'boolean',
description : 'Build support for video formats',
)
option('xmp', type : 'boolean',
value: true,
option('xmp', type : 'feature',
description : 'Build support for XMP',
)