diff options
-rw-r--r-- | var/spack/repos/builtin/packages/gnuplot/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gnuplot/package.py b/var/spack/repos/builtin/packages/gnuplot/package.py index 59e527fcde..0f1689b6cf 100644 --- a/var/spack/repos/builtin/packages/gnuplot/package.py +++ b/var/spack/repos/builtin/packages/gnuplot/package.py @@ -63,6 +63,7 @@ class Gnuplot(AutotoolsPackage): depends_on('cairo@1.2:', when='+cairo') depends_on('wxwidgets', when='+wx') depends_on('pango@1.10:', when='+wx') + depends_on('libsm', when='+wx') depends_on('pango@1.10:', when='+cairo') depends_on('libx11', when='+X') depends_on('qt@5.7:+opengl', when='+qt') |