diff options
author | Sam Lantinga <slouken@libsdl.org> | 2016-11-28 08:05:45 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2016-11-28 08:05:45 -0800 |
commit | 815039f642673a2a47e255b5b12c2a7260a14e9b (patch) | |
tree | 127c5196d72f722e4caecd58709a103a894b1076 | |
parent | 150201ffcc501aabaff0c60eecc0365f9c2096d6 (diff) |
Added fcitx-libs-dev to debian build dependencies, for Fcitx IME support
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e61995df42..9ec1264a59 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Standards-Version: 3.9.3 Build-Depends: debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.16.1~), + fcitx-libs-dev [linux-any], libasound2-dev [linux-any], libgl1-mesa-dev, libpulse-dev, |