Skip to content
Snippets Groups Projects
Unverified Commit 041fcbfa authored by Jon Rood's avatar Jon Rood Committed by GitHub
Browse files

Gnuplot also depends on libsm with +wx. (#17575)

parent 53b7f381
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ class Gnuplot(AutotoolsPackage): ...@@ -63,6 +63,7 @@ class Gnuplot(AutotoolsPackage):
depends_on('cairo@1.2:', when='+cairo') depends_on('cairo@1.2:', when='+cairo')
depends_on('wxwidgets', when='+wx') depends_on('wxwidgets', when='+wx')
depends_on('pango@1.10:', when='+wx') depends_on('pango@1.10:', when='+wx')
depends_on('libsm', when='+wx')
depends_on('pango@1.10:', when='+cairo') depends_on('pango@1.10:', when='+cairo')
depends_on('libx11', when='+X') depends_on('libx11', when='+X')
depends_on('qt@5.7:+opengl', when='+qt') depends_on('qt@5.7:+opengl', when='+qt')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment