fixesproto: add xextproto dep (#46325)

needed according to pc file
This commit is contained in:
Harmen Stoppels 2024-09-11 17:48:56 +02:00 committed by GitHub
parent 5beed521bd
commit 6c4990525d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,3 +20,4 @@ class Fixesproto(AutotoolsPackage, XorgPackage):
depends_on("pkgconfig", type="build")
depends_on("util-macros", type="build")
depends_on("xextproto")