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.
This commit is contained in:
Eberhard Beilharz 2021-06-11 11:08:54 +02:00
parent ec4782b9c5
commit 40ddbc13e8
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -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