mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Add ImageMagick dependencies for improved performance
This commit is contained in:
parent
feefd7608d
commit
8bb53156b3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Common variables
|
||||
#
|
||||
|
||||
pkg_dependencies="php5-gd"
|
||||
pkg_dependencies="php5-gd php5-imagick imagemagick"
|
||||
|
||||
# ============= FUTURE YUNOHOST HELPERS =============
|
||||
|
||||
|
|
Loading…
Reference in a new issue