[tbb-commits] [tor-browser-build/master] Bug 40118: Add missing libdrm dev package to firefox container
sysrqb at torproject.org
sysrqb at torproject.org
Mon Oct 5 17:45:02 UTC 2020
commit f9b3cce9b8514d019b1a2a233edea9d840460731
Author: Georg Koppen <gk at torproject.org>
Date: Sat Oct 3 14:02:36 2020 +0000
Bug 40118: Add missing libdrm dev package to firefox container
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1648555 for the
upstream bug.
---
projects/firefox/config | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/projects/firefox/config b/projects/firefox/config
index 07a0200..2c02b5b 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -67,6 +67,8 @@ targets:
- libpulse-dev
# To pass configure since ESR 52
- libx11-xcb-dev
+ # To support Wayland mode
+ - libdrm-dev
linux-i686:
var:
@@ -82,6 +84,8 @@ targets:
- libpulse-dev:i386
# To pass configure since ESR 52
- libx11-xcb-dev:i386
+ # To support Wayland mode
+ - libdrm-dev:i386
osx-x86_64:
var:
More information about the tbb-commits
mailing list