qmc2: depend on qt5-plugin-sqlite

Closes #5101
This commit is contained in:
Juergen Buchmueller 2016-11-01 18:08:39 +01:00
parent 1726783cd5
commit e9dbb22fa8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'qmc2'
pkgname=qmc2
version=0.69
revision=1
revision=2
wrksrc=${pkgname}
build_style=gnu-makefile
make_build_args="PREFIX=/usr DATADIR=/usr/share MAN_DIR=/usr/share/man TARGET=qmc2-mame"
@ -9,7 +9,7 @@ make_install_args="${make_build_args}"
hostmakedepends="rsync unzip"
makedepends="SDL2-devel qt5-multimedia-devel qt5-script-devel qt5-svg-devel
qt5-webkit-devel qt5-xmlpatterns-devel qt5-x11extras-devel"
depends="rsync ${pkgname}-data qmc2-flyers qmc2-snapshots"
depends="qt5-plugin-sqlite rsync ${pkgname}-data qmc2-flyers qmc2-snapshots"
conf_files="/etc/${pkgname}/${pkgname}.ini"
short_desc="Qt M.A.M.E. Catalog/Launcher II"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"