qimgv: fix dependency name
This commit is contained in:
parent
918db5f8a1
commit
26f2c4a1df
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue