diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-08-01 12:58:08 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-01 05:58:08 +0200 |
commit | 161f72cce3547fabc945b002599880b137d970db (patch) | |
tree | c78a25eec4fe0ce60f7385e9e21f8cdb8657292c /Aptfile | |
parent | 8ccb3b96ab57a5d7838699e33c25a2c94dde2252 (diff) |
Add libidn11 to Aptfile (#4475)
Fix builds that fail on Heroku.
Diffstat (limited to 'Aptfile')
-rw-r--r-- | Aptfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Aptfile b/Aptfile index 5e922ca18..48dff1a77 100644 --- a/Aptfile +++ b/Aptfile @@ -1,8 +1,9 @@ +ffmpeg +libicu-dev +libidn11 +libidn11-dev libpq-dev -protobuf-compiler libprotobuf-dev -ffmpeg libxdamage1 libxfixes3 -libicu-dev -libidn11-dev +protobuf-compiler |