qimgv: fix dependency name

This commit is contained in:
classabbyamp 2022-08-17 16:59:22 -04:00
parent 918db5f8a1
commit 26f2c4a1df
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ configure_args="$(vopt_if video -DVIDEO_SUPPORT=ON -DVIDEO_SUPPORT=OFF)
$(vopt_if kde -DKDE_SUPPORT=ON -DKDE_SUPPORT=OFF)"
hostmakedepends="pkg-config"
makedepends="exiv2-devel qt5-devel qt5-svg-devel $(vopt_if video mpv-devel)
$(vopt_if scale libopencv4-devel) $(vopt_if kde kwindowsystem-devel)"
$(vopt_if scale libopencv-devel) $(vopt_if kde kwindowsystem-devel)"
depends="hicolor-icon-theme qt5-imageformats"
short_desc="Cross-platform image viewer with webm support"
maintainer="travankor <travankor@tuta.io>"