CuarzoSoftware / Louvre

C++ library for building Wayland compositors.
MIT License
518 stars 14 forks source link

Error while trying to install from yay or building manualy #70

Closed Silitonix closed 2 months ago

Silitonix commented 2 months ago

I using Arch and all packages are update

error: ‘srmFormatGetAlphaSubstitute’ was not declared in this scope
378 |             UInt32 alphaSubstitute = srmFormatGetAlphaSubstitute(fmt->format);
ehopperdietzel commented 2 months ago

This can be resolved by upgrading SRM to the latest version (0.7.0). I forgot to add version checks in the Louvre DRM backend. Thank you for pointing this out!

Silitonix commented 2 months ago

that helps me a lot thank you for helping