diff options
author | William Hua <william.hua@canonical.com> | 2015-03-10 17:20:35 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-03-10 17:20:35 +0000 |
commit | 1573d7106b4c949a5b146873f676e0dd120b7a4f (patch) | |
tree | d97fb63931d89eb1ef9ce6ff78c5b4acfd49f911 /debian | |
parent | d2738506d81c742ab5b7d0f2ab6d19535a43ca71 (diff) | |
parent | ec6c31099a0e001554f3ab167b60545808e87301 (diff) | |
download | ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.tar.gz ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.tar.bz2 ayatana-indicator-keyboard-1573d7106b4c949a5b146873f676e0dd120b7a4f.zip |
Basic support for Fcitx input sources. Fixes: #1363150
Approved by: Ted Gould, PS Jenkins bot, Ryan Lortie, Sebastien Bacher
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 585af9c5..acee03dc 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, dh-translations, dbus, + fcitx-libs-dev (>= 1:4.2.8.3), + gir1.2-fcitx-1.0, libaccountsservice-dev, libgee-dev, libgirepository1.0-dev, |