wt: add missing pkgconfig dependency and fix boost version range (#9835)
wt does not build with newer versions of boost.
This commit is contained in:
parent
59a6eada53
commit
3f0fc98062
@ -41,7 +41,8 @@ class Wt(CMakePackage):
|
|||||||
# variant('fastcgi', default=False,
|
# variant('fastcgi', default=False,
|
||||||
# description='FastCGI connector via libfcgi++')
|
# description='FastCGI connector via libfcgi++')
|
||||||
|
|
||||||
depends_on('boost@1.46.1:')
|
depends_on('pkgconfig', type='build')
|
||||||
|
depends_on('boost@1.46.1:1.65')
|
||||||
depends_on('openssl', when='+openssl')
|
depends_on('openssl', when='+openssl')
|
||||||
depends_on('libharu', when='+libharu')
|
depends_on('libharu', when='+libharu')
|
||||||
depends_on('sqlite', when='+sqlite')
|
depends_on('sqlite', when='+sqlite')
|
||||||
|
Loading…
Reference in New Issue
Block a user