forked from pool/libcamera
Jan Engelhardt
a1d3601f9c
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=18
24 lines
989 B
Diff
24 lines
989 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
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~2532.093b71b2/src/libcamera/meson.build
|
|
===================================================================
|
|
--- libcamera-0~2532.093b71b2.orig/src/libcamera/meson.build
|
|
+++ libcamera-0~2532.093b71b2/src/libcamera/meson.build
|
|
@@ -144,8 +144,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 : '4',
|
|
install : true,
|
|
link_with : libcamera_link_with,
|
|
cpp_args : libcamera_cpp_args,
|