You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has "required" "recommended" and "suggested" as options, but we really need a "what on earth do you even want this for?!" option for some of our audio backends. 🤣
I'd find this useful for the Debian packaging (even though we link many of the libraries as a mandatory dependency, we do use FOO_SHARED to make some of the less-key features optional).
It has "required" "recommended" and "suggested" as options, but we really need a "what on earth do you even want this for?!" option for some of our audio backends. 🤣
I would assume that's either "suggested", or intentionally omitting the metadata, or deleting the code path altogether (either by making it a compile-time option that's off by default, or by deleting it completely if we're confident that nobody should be using it).
https://systemd.io/ELF_DLOPEN_METADATA/
This would allow utilities to track SDL's dynamically loaded libraries, and act upon this.
This is useful for packagers.
The text was updated successfully, but these errors were encountered: