libdrm depends on pkg-config (#4308)

This commit is contained in:
Michael Kuhn 2017-05-21 20:34:16 +02:00 committed by Adam J. Stewart
parent ca2755d532
commit f9203d4281

View File

@ -38,6 +38,7 @@ class Libdrm(Package):
version('2.4.59', '105ac7af1afcd742d402ca7b4eb168b6')
version('2.4.33', '86e4e3debe7087d5404461e0032231c8')
depends_on('pkg-config@0.9.0:', type='build')
depends_on('libpciaccess@0.10:', when=(sys.platform != 'darwin'))
depends_on('libpthread-stubs')