forked from pool/libcamera
Jan Engelhardt
03abaa2d14
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=7
24 lines
934 B
Diff
24 lines
934 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~699.8a92e6f/src/libcamera/meson.build
|
|
===================================================================
|
|
--- libcamera-0~699.8a92e6f.orig/src/libcamera/meson.build
|
|
+++ libcamera-0~699.8a92e6f/src/libcamera/meson.build
|
|
@@ -112,8 +112,9 @@ if get_option('android')
|
|
libcamera_link_with += android_camera_metadata
|
|
endif
|
|
|
|
-libcamera = shared_library('camera',
|
|
+libcamera = shared_library('camera-suse',
|
|
libcamera_sources,
|
|
+ soversion : '1',
|
|
install : true,
|
|
link_with : libcamera_link_with,
|
|
include_directories : includes,
|