aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/linux.py
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: Avoid needless sudo when pkgs are installed (#33281)Jonathan Schwender2024-09-021-4/+7
* mach: introduce `BuildTarget` abstraction (#33114)Mukilan Thiyagarajan2024-08-261-3/+4
* Skip installing 'clang' if 'clang' binary already exists (#32242)Diego Pino2024-05-081-0/+5
* servoshell: Upgrade `egui` and many other dependencies (#31278)Magnus Larsen2024-05-021-3/+5
* Run platform_bootstrap first (#31840)Samson2024-04-291-3/+5
* bootstrap: Make unknown distro instructions more helpful (#31750)Martin Robinson2024-03-191-2/+3
* Add gstreamer plugins good/ugly for better codec support (#31687)Delan Azabani2024-03-151-3/+5
* install libudev-dev required by gamepad API (#31376)Mukilan Thiyagarajan2024-02-191-1/+1
* bootstrap: More resiliently install Deiban-like platform dependencies (#31281)Martin Robinson2024-02-071-8/+10
* Remove duplicate pkg in APT_PKGS (#31280)atbrakhi2024-02-071-1/+0
* Fix ./mach bootstrap failure in debian (#31276)atbrakhi2024-02-071-1/+7
* Update build script to support asahi linux (#31207)arrynfr2024-01-281-1/+2
* tests: Add GStreamer library directory to DYLD_LIBRARY_PATH (#31163)Martin Robinson2024-01-241-3/+0
* Fix the build on Ubuntu 20.04 (#31019)Martin Robinson2024-01-071-14/+1
* Upgrade media / GStreamer / GLib (#30750)Martin Robinson2024-01-051-19/+14
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-11/+0
* bootstrap: Alphabetize and add 'm4' Ubuntu dependency (#30727)Martin Robinson2023-11-131-9/+10
* Add support for EndeavourOS (#30513)bc-universe2023-10-061-0/+1
* fix WebGPU runtime dependencies on linux (#30407)Delan Azabani2023-09-221-4/+24
* Add TUXEDO OS to mach bootstrap (#30363)Carlos Bentzen2023-09-151-1/+1
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-111-4/+4
* Add Raspbian GNU/Linux distro for mach bootstrap (#30223)Manuel Rego Casasnovas2023-08-281-1/+2
* Use system lld on NixOS instead of rust-lld (#30123)Mukilan Thiyagarajan2023-08-181-0/+11
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-4/+2
* Windows bootstrap supportMartin Robinson2023-07-031-1/+1
* recognize artix as valid distribution65432023-06-011-0/+1
* Remove more Python 2 compatibility codeMartin Robinson2023-05-291-3/+2
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-251-12/+41
* Start organizing platform-specific Python codeMartin Robinson2023-05-191-0/+171