sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 123 forks source link

fix: use wayland-protocols from pkg-config rather than system #306

Closed FlafyDev closed 1 year ago

FlafyDev commented 1 year ago

followed build-for-wayland-backend-stand-alone-wayland-app and noticed build.cmake is trying to use "wayland-protocols" of the system(/usr/share/) rather than the one in pkg-config.

HidenoriMatsubayashi commented 1 year ago

Thanks for PR.

Can you please update https://github.com/sony/flutter-embedded-linux/blob/master/AUTHORS and sign a DCO (Developer Certificate of Origin) in git comment?

In addition, it's unclear whether we can contribute this software to flutter/engine, but do you agree to delegate all rights related to this PR to Sony?

FlafyDev commented 1 year ago

Added DCO, added myself to AUTHORS, and I agree to delegate all rights related to this PR to Sony

HidenoriMatsubayashi commented 1 year ago

Thank you so much.