libdrm@2.4.101: needs meson for build (#29327)

This commit is contained in:
eugeneswalker 2022-03-03 19:53:40 -08:00 committed by GitHub
parent 0c4b56d885
commit e86cdbbf23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ class Libdrm(Package):
depends_on('docbook-xsl', type='build')
depends_on('libpciaccess@0.10:')
depends_on('libpthread-stubs')
depends_on('meson', type='build', when='@2.4.101:')
def url_for_version(self, version):
if version <= Version('2.4.100'):