diff options
author | 2015-07-05 22:08:10 +0200 | |
---|---|---|
committer | 2015-07-05 22:08:10 +0200 | |
commit | 1b5d213aaa8235d520271fd0f5dd3f6be7434e3c (patch) | |
tree | b864bfa40784ea3ba561e13b25eeff1a4226f0cc /scripts/genie.lua | |
parent | e3e03e67d19353500ed4da484f443e71f2a25fc0 (diff) |
Added ability to use system PortAudio
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 150c6d73294..cfe0efeff9e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -129,6 +129,11 @@ newoption { } newoption { + trigger = 'with-bundled-portaudio', + description = 'Build bundled PortAudio library', +} + +newoption { trigger = "distro", description = "Choose distribution", allowed = { |