Skip to content

Commit

Permalink
Fix xcb.h not found while compiling flutter-engine (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephane Gilbert <[email protected]>
  • Loading branch information
topolittle and Stephane Gilbert authored Mar 23, 2023
1 parent f490e45 commit 319cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-graphics/flutter-engine/flutter-engine.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit pkgconfig
# TODO: Add dependent packages.
DEPENDS = "freetype \
curl-native ca-certificates-native depot-tools-native \
wayland wayland-protocols wayland-native"
wayland wayland-protocols wayland-native cairo"

GN_TOOLS_PYTHON2_PATH ??= "[email protected]_bin/python/bin"

Expand Down

0 comments on commit 319cafa

Please sign in to comment.