mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(linux): fix dependency of Debian test suite 🍒
The test suite had a dependency on the deprecated `pkg-config`. This change replaces this with `pkgconf`. This fixes a lintian warning. Cherry-pick-of: #15734 Test-bot: skip
This commit is contained in:
parent
8c8132cfc6
commit
9c6b4e2c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Tests: test-build test-gnome-cli test-ibus-cli
|
||||
Depends: @,
|
||||
build-essential,
|
||||
pkg-config,
|
||||
pkgconf,
|
||||
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64el riscv64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue