servo/python/servo/platform
Mukilan Thiyagarajan 8faf6839d3
install libudev-dev required by gamepad API (#31376)
Ubuntu 20.04 does not have libudev-dev causing build
failure when compiling libudev-sys, which is in-turn
needed by gilrs-core. Similarly, nix build also needs
the udev C library.

On Ubuntu 22.04, we don't see the build failures since
the build dependency 'libgstreamer-plugins-base-1.0-dev'
transitively pulls in libudev-dev.

Fixes #31373

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2024-02-19 12:04:38 +00:00
..
__init__.py Implement bootstrap-gstreamer for all platforms 2023-05-25 08:22:21 +02:00
base.py bootstrap: More resiliently install Deiban-like platform dependencies (#31281) 2024-02-07 14:21:34 +00:00
linux.py install libudev-dev required by gamepad API (#31376) 2024-02-19 12:04:38 +00:00
macos.py tests: Add GStreamer library directory to DYLD_LIBRARY_PATH (#31163) 2024-01-24 12:12:05 +00:00
windows.py tests: Add GStreamer library directory to DYLD_LIBRARY_PATH (#31163) 2024-01-24 12:12:05 +00:00