libidl builds using flex and bison: Add them as build-depends (#26183)
This commit is contained in:
parent
27e6032f73
commit
7ca657aef6
@ -15,5 +15,7 @@ class Libidl(AutotoolsPackage):
|
||||
|
||||
version('0.8.14', sha256='c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220')
|
||||
|
||||
depends_on('flex', type='build')
|
||||
depends_on('bison', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('glib')
|
||||
|
Loading…
Reference in New Issue
Block a user