libical: Add missing deps: pkgconfig, glib and libxml2 (#26618)
Libical needs pkgconfig, glib and libxml2 to build.
This commit is contained in:
parent
1ed695dca7
commit
e7bfaeea52
1 changed files with 5 additions and 1 deletions
|
@ -12,11 +12,15 @@ class Libical(CMakePackage):
|
|||
homepage = "https://github.com/libical/libical"
|
||||
url = "https://github.com/libical/libical/archive/v3.0.8.tar.gz"
|
||||
|
||||
version('3.0.11', sha256='1e6c5e10c5a48f7a40c68958055f0e2759d9ab3563aca17273fe35a5df7dbbf1')
|
||||
version('3.0.8', sha256='09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f')
|
||||
|
||||
depends_on('cmake@3.11.0:', type='build')
|
||||
depends_on('cmake@3.1.0:', type='build')
|
||||
depends_on('perl', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('glib@2.32:')
|
||||
depends_on('icu4c')
|
||||
depends_on('libxml2@2.7.3:')
|
||||
|
||||
def cmake_args(self):
|
||||
return ['-DENABLE_GTK_DOC=OFF']
|
||||
|
|
Loading…
Reference in a new issue