From 9fba110372c01912e8854687db57b3f4bce84707 Mon Sep 17 00:00:00 2001 From: Toyohisa Kameyama Date: Wed, 11 Mar 2020 06:22:04 +0900 Subject: libxpresent: Add some dependencies. (#15417) * libxpresent: Add some dependencies. * Change *proto dependency type from build to link. --- var/spack/repos/builtin/packages/libxpresent/package.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/libxpresent/package.py b/var/spack/repos/builtin/packages/libxpresent/package.py index 0fddba389a..1305623472 100644 --- a/var/spack/repos/builtin/packages/libxpresent/package.py +++ b/var/spack/repos/builtin/packages/libxpresent/package.py @@ -15,10 +15,15 @@ class Libxpresent(AutotoolsPackage): version('1.0.0', sha256='92f1bdfb67ae2ffcdb25ad72c02cac5e4912dc9bc792858240df1d7f105946fa') - depends_on('libx11') + depends_on('libx11', type='link') + depends_on('libxext', type='link') + depends_on('libxfixes', type='link') + depends_on('libxrandr', type='link') - depends_on('xproto', type='build') - depends_on('presentproto@1.0:', type='build') - depends_on('xextproto', type='build') + depends_on('xproto', type='link') + depends_on('presentproto@1.0:', type='link') + depends_on('xextproto', type='link') + depends_on('fixesproto', type='link') + depends_on('randrproto', type='link') depends_on('pkgconfig', type='build') depends_on('util-macros', type='build') -- cgit v1.2.3-60-g2f50