main/apitrace: add qt5-qtbase-dev as a dependency (!676)

apitrace have a GUI tool to inspect the trace dumped by apitrace tool.
This is built when a optional dependency of qt5 widgets and qt5 network
is satisfied. So build that as well.
This commit is contained in:
Bhushan Shah 2019-10-10 22:55:19 +05:30 committed by Martijn Braam
parent 259fcc6e6f
commit b008c67292
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F

View File

@ -8,7 +8,7 @@ pkgdesc="Tools for tracing OpenGL, Direct3D, and other graphics APIs"
arch="all"
url="http://apitrace.github.io/"
license="MIT"
depends_dev="mesa-dev zlib-dev libpng-dev libx11-dev linux-headers"
depends_dev="mesa-dev zlib-dev libpng-dev libx11-dev linux-headers qt5-qtbase-dev"
makedepends="$depends_dev cmake python3"
source="$pkgname-$_commit.tar.gz::https://github.com/apitrace/apitrace/archive/$_commit.tar.gz
musl-fixes.patch"