0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/firefox/0006-configure-do-not-enable-alsa.patch
2024-03-11 10:33:53 +08:00

12 lines
257 B
Diff

--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -174,7 +174,7 @@
@depends(target)
def midir_linux_support(target):
return (
- target.kernel == "Linux" and target.os != "Android" and target.cpu != "riscv64"
+ False
)