gts: add missing pkgconfig dependency (#35657)

This commit is contained in:
nicolas le goff 2023-03-01 10:49:09 +01:00 committed by GitHub
parent bedcc5449a
commit ad3c22fae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,4 @@ class Gts(AutotoolsPackage):
version("121130", sha256="c23f72ab74bbf65599f8c0b599d6336fabe1ec2a09c19b70544eeefdc069b73b")
depends_on("glib")
depends_on("pkgconfig", type=("build"))