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:
parent
259fcc6e6f
commit
b008c67292
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user