From 40ddbc13e8f2a07867ce23aead3599847fca84cf Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 11 Jun 2021 11:08:54 +0200 Subject: [PATCH] fix(linux): required version of keyman-keyboardprocessor Keyman 15 adds some new defines to core which are used in ibus-keyman, so we better require that version in the dependency. --- linux/ibus-keyman/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ibus-keyman/debian/control b/linux/ibus-keyman/debian/control index 253f2eddaa..d0b46908d0 100644 --- a/linux/ibus-keyman/debian/control +++ b/linux/ibus-keyman/debian/control @@ -10,7 +10,7 @@ Build-Depends: libgtk-3-dev, libibus-1.0-dev (>= 1.2), libjson-glib-dev (>= 1.4.0), - libkmnkbp-dev (>=11.0.100), + libkmnkbp-dev (>= 15.0.44), pkg-config, Standards-Version: 4.5.1 Vcs-Git: https://github.com/keymanapp/keyman.git