2018-12-06 14:54:35 +01:00
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: 2018-12-06 12:28:42.992186963 +0100
|
|
|
|
|
2019-08-23 20:54:48 +02:00
|
|
|
I get it is still in development. But unversioned libraries suck nevertheless.
|
2018-12-06 14:54:35 +01:00
|
|
|
---
|
2019-08-23 20:54:48 +02:00
|
|
|
src/libcamera/meson.build | 3 ++-
|
2018-12-11 18:05:23 +01:00
|
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
2018-12-06 14:54:35 +01:00
|
|
|
|
2019-08-23 20:54:48 +02:00
|
|
|
Index: libcamera-0~699.8a92e6f/src/libcamera/meson.build
|
2018-12-06 14:54:35 +01:00
|
|
|
===================================================================
|
2019-08-23 20:54:48 +02:00
|
|
|
--- 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
|
2018-12-11 18:05:23 +01:00
|
|
|
|
|
|
|
-libcamera = shared_library('camera',
|
|
|
|
+libcamera = shared_library('camera-suse',
|
2019-08-23 20:54:48 +02:00
|
|
|
libcamera_sources,
|
|
|
|
+ soversion : '1',
|
2018-12-06 14:54:35 +01:00
|
|
|
install : true,
|
2019-08-23 20:54:48 +02:00
|
|
|
link_with : libcamera_link_with,
|
|
|
|
include_directories : includes,
|