mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
1fa58814c0
- Moved BR2_PACKAGE_CAIRO_{SCRIPT,PS,PDF,XML} to Config.in.legacy
since they are not selectable anymore in the meson-build options.
BR2_PACKAGE_CAIRO_ZLIB serves for all of them now.
- Moved BR2_PACKAGE_CAIRO_SVG to Config.in.legacy since the PNG
option already selects that one. This is now in sync with the
meson build options.
- Note that the dependencies for the various options are slightly changed,
but there is not much mentioned about that, the meson introduction is done
in one big commit: [1].
- Added xlib_libXrender dependency, which was optional when using
autotools (--enable-xlib-xrender), but became mandatory when using
meson [2].
- Added two patches to fix cross compiling, upstream: [3]
[1]:
|
||
---|---|---|
.. | ||
0001-Fix-BUILD_DATE-in-rrdtool-help-output.patch | ||
0002-Constify-argv-fix-warnings.patch | ||
Config.in | ||
rrdtool.hash | ||
rrdtool.mk |