summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxv/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxv/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxv/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libxv/package.py b/var/spack/repos/builtin/packages/libxv/package.py
index fc948f63f1..68810c66c6 100644
--- a/var/spack/repos/builtin/packages/libxv/package.py
+++ b/var/spack/repos/builtin/packages/libxv/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)
@@ -18,7 +18,7 @@ class Libxv(AutotoolsPackage, XorgPackage):
depends_on('libx11@1.6:')
depends_on('libxext')
- depends_on('xextproto', type='build')
+ depends_on('xextproto')
depends_on('videoproto')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')