aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDelan Azabani <dazabani@igalia.com>2023-09-22 19:05:38 +0800
committerGitHub <noreply@github.com>2023-09-22 11:05:38 +0000
commit5d8d7c79c268c34eb68e72871c10a26ac8ff87c7 (patch)
tree535370547a3e3d6f11627a4da660191a1cebdae5 /README.md
parent29616c6dcf15f6db1b30cb82fb3ef505f9d804f4 (diff)
downloadservo-5d8d7c79c268c34eb68e72871c10a26ac8ff87c7.tar.gz
servo-5d8d7c79c268c34eb68e72871c10a26ac8ff87c7.zip
fix WebGPU runtime dependencies on linux (#30407)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae363bb5703..ad0dd738395 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,11 @@ Run Servo with the command:
* `GStreamer` >=1.16
* `gst-plugins-bad` >=1.16
-
+* `libXcursor`
+* `libXrandr`
+* `libXi`
+* `libxkbcommon`
+* `vulkan-loader`
## Developing