diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/xfwp/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/xfwp/package.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/xfwp/package.py b/var/spack/repos/builtin/packages/xfwp/package.py index 7f57aa91c4..c5ada1a220 100644 --- a/var/spack/repos/builtin/packages/xfwp/package.py +++ b/var/spack/repos/builtin/packages/xfwp/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) @@ -16,8 +16,8 @@ class Xfwp(AutotoolsPackage, XorgPackage): depends_on('libice') - depends_on('xproto', type='build') - depends_on('xproxymanagementprotocol', type='build') + depends_on('xproto') + depends_on('xproxymanagementprotocol') depends_on('pkgconfig', type='build') depends_on('util-macros', type='build') |