rebuild fbreader after libunibreak update
[oi-userland.git] / components / mail / thunderbird / patches / 15-libpci-use-not-default.patch
blob31a2bd5561df653fd342711d519b3d0cd513a246
1 --- firefox-114.0/toolkit/xre/glxtest/glxtest.cpp.old 2023-03-24 11:53:38.508040103 -0400
2 +++ firefox-114.0/toolkit/xre/glxtest/glxtest.cpp 2023-03-24 11:55:04.631899710 -0400
3 @@ -1242,7 +1242,9 @@
4 log("GLX_TEST: childgltest start\n");
6 // Get a list of all GPUs from the PCI bus.
7 - get_pci_status();
8 + if (getenv("MOZ_USE_LIBPCI")) {
9 + get_pci_status();
10 + }
12 #ifdef MOZ_WAYLAND
13 if (aWayland) {