Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
125 stars 67 forks source link

Add flite dependency only on 'langdale' and newer #445

Closed manuelafm closed 1 year ago

manuelafm commented 1 year ago

On commit 5019d001d4a8fabba88800645bd7814f57764198 this dependency was added, but this is not available before langdale, so add it conditionally based on the Yocto release.

Thanks @psaavedra for the fix.

psaavedra commented 1 year ago

WebKit Yocto uses langdale as base (https://github.com/WebKit/WebKit/blob/main/Tools/yocto/rpi/manifest.xml#L9 ). So this change doesn't harms the project. I will approve it and directly merge it.