meson/configure: put a comment in that we don't want to bump the soname
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Feb 2020 06:49:35 +0000 (16:49 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 17 Feb 2020 07:42:32 +0000 (17:42 +1000)
We use symbol versioning anyway, so we don't need to bump the soname every
time.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac
meson.build

index d4cc1a88182749d039900759fd8816be17992cab..75ee2fb594c146f290272d2d20a486a881f75fe6 100644 (file)
@@ -34,14 +34,8 @@ AC_USE_SYSTEM_EXTENSIONS
 
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
 
-# Before making a release, the LIBEVDEV_LT_VERSION string should be
-# modified.
-# The string is of the form C:R:A.
-# - If interfaces have been changed or added, but binary compatibility has
-#   been preserved, change to C+1:0:A+1
-# - If binary compatibility has been broken (eg removed or changed interfaces)
-#   change to C+1:0:0
-# - If the interface is the same as the previous version, change to C:R+1:A
+# DO NOT MODIFY THIS
+# Use symbol versioning instead.
 LIBEVDEV_LT_VERSION=5:0:3
 AC_SUBST(LIBEVDEV_LT_VERSION)
 
index 158ab3801336432671dcb0a3dce1d013178566da..e7d388cf6518422ac0017a271e7e8cb073fe26e8 100644 (file)
@@ -13,14 +13,8 @@ dir_man1        = join_paths(get_option('prefix'), get_option('mandir'), 'man1')
 # Include directories
 includes_include = include_directories('include')
 
-# We use libtool-version numbers because it's easier to understand.
-# Before making a release, the libinput_so_*
-# numbers should be modified. The components are of the form C:R:A.
-# a) If binary compatibility has been broken (eg removed or changed interfaces)
-#    change to C+1:0:0.
-# b) If interfaces have been changed or added, but binary compatibility has
-#    been preserved, change to C+1:0:A+1
-# c) If the interface is the same as the previous version, change to C:R+1:A
+# DO NOT MODIFY THIS
+# Use symbol versioning instead.
 libevdev_lt_c=5
 libevdev_lt_r=0
 libevdev_lt_a=3