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

@@ -39,6 +39,7 @@ class SharedMimeInfo(AutotoolsPackage):
depends_on('glib')
depends_on('libxml2')
depends_on('intltool', type='build')
depends_on('gettext', type='build')
depends_on('pkg-config@0.9.0:', type='build')
def setup_dependent_environment(self, spack_env, run_env, dependent_spec):