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