plplot:fix: add: depends_on('libsm', type='link') (#19594)

This commit is contained in:
h-denpo
2020-10-30 01:10:57 +09:00
committed by GitHub
parent a4a64e1fbd
commit c2e6610948

View File

@@ -38,6 +38,7 @@ class Plplot(CMakePackage):
depends_on('qt', when='+qt') depends_on('qt', when='+qt')
depends_on('tcl', when='+tcl') depends_on('tcl', when='+tcl')
depends_on('wxwidgets', when='+wx') depends_on('wxwidgets', when='+wx')
depends_on('libsm', type='link')
depends_on('freetype') depends_on('freetype')
depends_on('gtkplus') depends_on('gtkplus')