forked from pool/libcamera
Jan Engelhardt
7713e806bd
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=10
24 lines
987 B
Diff
24 lines
987 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~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 : '2',
|
|
install : true,
|
|
link_with : libcamera_link_with,
|
|
include_directories : includes,
|