-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi,
tried bootstrapping for the Raspberry Pi today and ran into the following error:
`[77/88] Performing configure step for 'engine'
FAILED: engine-prefix/src/engine-stamp/engine-configure
cd /home/steffen/flutter_embedded/build/engine-prefix/src/engine && src/flutter/tools/gn --runtime-mode release --dynamic --clang --no-goma --lto --embedder-for-target --target-sysroot /home/steffen/flutter_embedded/sdk/sysroot --target-toolchain /home/steffen/flutter_embedded/sdk/toolchain --target-triple arm-linux-gnueabihf --target-os linux --linux-cpu arm --arm-float-abi hard && /usr/local/bin/cmake -E touch /home/steffen/flutter_embedded/build/engine-prefix/src/engine-stamp/engine-configure
ERROR at //build/config/linux/pkg_config.gni:66:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Current dir: /home/steffen/flutter_embedded/build/engine-prefix/src/engine/src/out/linux_dynamic_release_arm/
Command: python /home/steffen/flutter_embedded/build/engine-prefix/src/engine/src/build/config/linux/pkg-config.py -s /home/steffen/flutter_embedded/sdk/sysroot -a arm freetype2
Returned 1.
stderr:
Package freetype2 was not found in the pkg-config search path.`
I'm not that familiar with cmake and haven't yet had time to try to figure out how to fix this, sorry.
Regards,
Steffen