1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Add pkg-config as dependency

This commit is contained in:
Jules Bertholet 2021-04-20 15:13:39 -04:00
parent f249c94c92
commit 24ec2129da

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="curl gpg libdlib19 ffmpeg exiftool libheif1 darktable ca-certificates golang libdlib-dev libblas-dev liblapack-dev libjpeg-dev libheif-dev build-essential libx265-dev libde265-dev libaom-dev" pkg_dependencies="curl gpg libdlib19 ffmpeg exiftool libheif1 darktable ca-certificates golang libdlib-dev libblas-dev liblapack-dev libjpeg-dev libheif-dev build-essential pkg-config autoconf automake libx265-dev libde265-dev libaom-dev"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS