linux4sam / meta-atmel

OpenEmbedded/Yocto Project layer for for Microchip SoC (aka AT91)
https://www.linux4sam.org/bin/view/Linux4SAM/YoctoProject
MIT License
90 stars 117 forks source link

Fix libegt/egt-launcher with clang/libc++ #236

Closed kraj closed 1 year ago

kraj commented 1 year ago

@noglitch support for std::filesystem is still needed to get the latest libegt working. using c++17 is fixed in this version which is great but code for experimental::filesystem also needs to change

gehariprasath commented 1 year ago

Hello Khem

Thanks for your patch. Pls be assured that this is being looked at with our internal EGT team and we will respond to this at the earliest.

ldesroches commented 1 year ago

Thanks, for these patches. It's fine, PR can be merged. We'll integrate the in EGT for the next release.

noglitch commented 1 year ago

Merged. Thanks @kraj !