chore: change minimum librime version to 1.6
continuous-integration/drone Build is passing Details

This commit is contained in:
CismonX 2023-02-20 13:51:42 +08:00
parent 0b316efb60
commit e3adac852c
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ARIF_CHECK_PKG([readline], [>= 6.0], [GNU Readline], [], [
]) ])
AM_CONDITIONAL([BUILD_ARIF_READLINE], [test x${with_readline} != xno]) AM_CONDITIONAL([BUILD_ARIF_READLINE], [test x${with_readline} != xno])
ARIF_CHECK_PKG([rime], [>= 1.7], [Rime Input Method Engine], [ ARIF_CHECK_PKG([rime], [>= 1.6], [Rime Input Method Engine], [
AS_VAR_SET([with_rime], [no]) AS_VAR_SET([with_rime], [no])
], [ ], [
AC_DEFINE([HAVE_RIME], [1], AC_DEFINE([HAVE_RIME], [1],