qemu: add pkgconfig to avoid build error (#17929)

This commit is contained in:
darmac 2020-08-20 09:32:47 +08:00 committed by GitHub
parent d9722e2730
commit 0187884591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,3 +103,4 @@ class Qemu(AutotoolsPackage):
depends_on('glib@2.40:')
depends_on('pixman@0.21.8:')
depends_on('pkgconfig', type='build')