mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
common/shlibs: mutter: add versioned soname to shlibs
- mutter generates shared-object with both API version, and SONAME version. - We declared unversioned SONAME (with API version in template) - gnome-shell requires versioned SONAME when packaging. - Fix this problem by adding both versioned and unversioned SONAME to shlibs list
This commit is contained in:
parent
dfe2d0acc7
commit
779b0bd54c
1 changed files with 4 additions and 0 deletions
|
@ -2865,9 +2865,13 @@ libemeraldengine.so.0 emerald-0.8.14_1
|
|||
libhangul.so.1 libhangul-0.1.0_1
|
||||
libmutter-5.so.0 mutter-3.34.1_1
|
||||
libmutter-clutter-5.so mutter-3.34.1_1
|
||||
libmutter-clutter-5.so.0 mutter-3.34.1_1
|
||||
libmutter-cogl-path-5.so mutter-3.34.1_1
|
||||
libmutter-cogl-path-5.so.0 mutter-3.34.1_1
|
||||
libmutter-cogl-5.so mutter-3.34.1_1
|
||||
libmutter-cogl-5.so.0 mutter-3.34.1_1
|
||||
libmutter-cogl-pango-5.so mutter-3.34.1_1
|
||||
libmutter-cogl-pango-5.so.0 mutter-3.34.1_1
|
||||
libgeoclue-2.so.0 geoclue2-2.4.4_1
|
||||
libgepub.so.0 libgepub-0.4_1
|
||||
libslopy.so.7.4 slop-7.4_1
|
||||
|
|
Loading…
Add table
Reference in a new issue