Document known issue with R concretization (#4313)

This commit is contained in:
Adam J. Stewart
2017-05-27 12:51:03 -05:00
committed by GitHub
parent 1b07d949ae
commit f9ac965fb9
2 changed files with 42 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ class R(AutotoolsPackage):
depends_on('cairo+X', when='+X')
depends_on('cairo~X', when='~X')
depends_on('pango')
depends_on('pango+X', when='+X')
depends_on('pango~X', when='~X')
depends_on('freetype')
depends_on('tcl')
depends_on('tk')