Build: Add options to enable/disable specifics modules and their dependencies
This commit is contained in:
committed by
Jérôme Leclercq
parent
71bc39bfa6
commit
b1255ad2ad
@@ -1,4 +1,4 @@
|
||||
option("ffmpeg", { description = "Build FFmpeg plugin", default = false })
|
||||
option("ffmpeg", { description = "Build FFmpeg plugin", default = false, category = "Plugins" })
|
||||
|
||||
if has_config("ffmpeg") then
|
||||
add_requires("ffmpeg", { configs = { shared = true } })
|
||||
|
||||
Reference in New Issue
Block a user