[igt-dev] [PATCH 01/29] lib/i915/perf-config: Bump up the soversion
Umesh Nerlige Ramappa
umesh.nerlige.ramappa at intel.com
Tue Oct 25 20:06:41 UTC 2022
Add soversion update that was missed as part of the below patch:
"lib/i915/perf-config: extend the device info"
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
---
lib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/meson.build b/lib/meson.build
index 1fa6d6ee..50ffd8cd 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -321,7 +321,7 @@ lib_igt_i915_perf_build = shared_library(
dependencies: lib_igt_chipset,
include_directories : inc,
install: true,
- soversion: '1')
+ soversion: '1.3')
lib_igt_i915_perf = declare_dependency(
link_with : lib_igt_i915_perf_build,
--
2.25.1
More information about the igt-dev
mailing list