Missing perl dependencies (#5204)

* glib: Add missing perl dependency

* shared-mime-info: Add missing perl dependency

* libx11: Add missing perl dependency

* likwid: Add missing perl dependency
This commit is contained in:
Michael Kuhn
2017-09-26 15:27:28 +02:00
committed by Christoph Junghans
parent f3152a5600
commit 60f8621704
4 changed files with 29 additions and 0 deletions

View File

@@ -43,3 +43,4 @@ class Libx11(AutotoolsPackage):
depends_on('inputproto', type='build')
depends_on('pkg-config@0.9.0:', type='build')
depends_on('util-macros', type='build')
depends_on('perl', type='build')