meson: make xmp boolean a feature
Forgotten when adding xmp support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
3e6ba8f241
commit
87dcaa6682
@ -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',
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user