mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 08:35:38 +02:00
Merge branch 'module_mpris' of https://codeberg.org/haruInDisguise/yambar into module_mpris
This commit is contained in:
commit
c79d8da397
2 changed files with 24 additions and 11 deletions
|
@ -1125,5 +1125,5 @@ const struct module_iface module_mpris_iface = {
|
|||
};
|
||||
|
||||
#if defined(CORE_PLUGINS_AS_SHARED_LIBRARIES)
|
||||
extern const struct module_mpris_iface iface __attribute__((weak, alias("module_iface")));
|
||||
extern const struct module_iface iface __attribute__((weak, alias("module_mpris_iface")));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue