Adding pkgconfig dependecy to startup-notification (#44709)

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2024-06-13 16:37:51 -07:00 committed by GitHub
parent 0dfc360b1e
commit c7bd259739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,3 +20,4 @@ class StartupNotification(AutotoolsPackage):
depends_on("libx11")
depends_on("libxcb")
depends_on("xcb-util")
depends_on("pkgconfig", type="build")