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
|
|
|
|
2020-03-09 17:44:37 +01:00
|
|
|
Index: libcamera-0~1118.4de31cc/src/libcamera/meson.build
|
2018-12-06 14:54:35 +01:00
|
|
|
===================================================================
|
2020-03-09 17:44:37 +01:00
|
|
|
--- 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.
|
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,
|
2020-03-09 17:44:37 +01:00
|
|
|
+ soversion : '2',
|
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,
|