Index: build/install-build-deps.sh |
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
index 7cf7a5abd02fee51c0ac3a1dca1f244c87fa0bb1..a15edef94cdb47b6b03d50cc4c4a0b9ba1099e85 100755 |
--- a/build/install-build-deps.sh |
+++ b/build/install-build-deps.sh |
@@ -91,7 +91,7 @@ if [ "x$(id -u)" != x0 ] && [ 0 -eq "${do_quick_check-0}" ]; then |
fi |
# Packages needed for chromeos only |
-chromeos_dev_list="libbluetooth-dev" |
+chromeos_dev_list="libbluetooth-dev libxkbcommon-dev" |
# Packages needed for development |
dev_list="apache2.2-bin bison curl dpkg-dev elfutils devscripts fakeroot flex |