From: Jan Engelhardt Date: 2018-12-06 12:28:42.992186963 +0100 I get it is still in development. But unversioned libraries suck nevertheless. --- src/libcamera/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: libcamera-0~1118.4de31cc/src/libcamera/meson.build =================================================================== --- libcamera-0~1118.4de31cc.orig/src/libcamera/meson.build +++ libcamera-0~1118.4de31cc/src/libcamera/meson.build @@ -114,8 +114,9 @@ endif # runtime if the library is running from an installed location by checking # for the presence or abscence of the dynamic tag. -libcamera = shared_library('camera', +libcamera = shared_library('camera-suse', libcamera_sources, + soversion : '3', install : true, link_with : libcamera_link_with, include_directories : includes,