diff options
Diffstat (limited to 'devel/godot2/files/patch-drivers_SCsub')
-rw-r--r-- | devel/godot2/files/patch-drivers_SCsub | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/godot2/files/patch-drivers_SCsub b/devel/godot2/files/patch-drivers_SCsub new file mode 100644 index 000000000000..ada05634533e --- /dev/null +++ b/devel/godot2/files/patch-drivers_SCsub @@ -0,0 +1,11 @@ +--- drivers/SCsub.orig 2016-11-30 21:41:21 UTC ++++ drivers/SCsub +@@ -14,7 +14,7 @@ SConscript('windows/SCsub') + # Sounds drivers + SConscript('alsa/SCsub') + SConscript('pulseaudio/SCsub') +-if (env["platform"] == "windows"): ++if (env["platform"] == "windows") or (env["platform"] == "x11"): + SConscript("rtaudio/SCsub") + + # Graphics drivers |