0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/firefox/0020-do-not-call-get-pci-status.patch
2024-03-11 10:33:53 +08:00

13 lines
282 B
Diff

--- a/toolkit/xre/glxtest/glxtest.cpp
+++ b/toolkit/xre/glxtest/glxtest.cpp
@@ -946,7 +946,9 @@
log("GLX_TEST: childgltest start\n");
// Get a list of all GPUs from the PCI bus.
+#if !defined(__TERMUX__)
get_pci_status();
+#endif
#ifdef MOZ_WAYLAND
if (aWayland) {