mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
Make Darktable optional
This commit is contained in:
parent
24ec2129da
commit
3b23b865ad
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# 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 pkg-config autoconf automake libx265-dev libde265-dev libaom-dev"
|
pkg_dependencies="curl gpg libdlib19 ffmpeg exiftool libheif1 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"
|
||||||
|
|
||||||
|
if ! (apt-cache -q=0 show darktable |& grep ': No packages found' &>/dev/null); then
|
||||||
|
pkg_dependencies="$pkg_dependencies darktable"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue