Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphviz: Do not build tcl support for target | Khem Raj | 2019-08-08 | 2 | -1/+51 |
| | | | | | | | | | | | | tclpkg looks for tclsh on buildhost and if we try to use the native version then it groks the paths from the native sysroot and builds and installs the target tcl packages into the same path, in the end it ends up being wrongly packaged. Therefore its best to disable tcl Secondly, package python and perl pieces into independent packages so the runtime dependencies are also set accordingly. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | graphviz: Fix build error that surfaced with latest pango | Khem Raj | 2019-08-08 | 2 | -0/+39 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | graphviz: Fix cross-build failures with clang | Khem Raj | 2019-02-05 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | It is detecting cross compile badness for -lexpat since the check finds it on build host, so aide the build ssytem to find it in staging sysroot Disable internal ltdl, use libtool provided one Define defines to indicate that platform has ssize_t and long_double Disable java,r,c-sharp, as it is unused Arrange source URIs before checksums gtk-doc is not needed, morever it ends up in unknown configure options Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | graphviz(-native): initial add 2.40.1 | Andreas Müller | 2019-01-22 | 2 | -0/+80 |
Graphviz is helpful for creating docs with doxygen (at least) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |