0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/thunderbird/0006-configure-do-not-enable-alsa.patch
2024-01-22 15:23:39 +08:00

14 lines
359 B
Diff

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