mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
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:
parent
ec4782b9c5
commit
40ddbc13e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue