mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/librsvg: bump to version 2.48.8
- Add a dependency to host-rustc - libcroco is not a dependency since03ce9bd787- gtk3 is not a dependency since522aeee0ca- cairo script is mandatory since switch to rust This bump is needed to remove libcroco which has been archived and won't get any security updates anymore: https://gitlab.gnome.org/Archive/libcroco/-/issues/8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
59f3c02a25
commit
df20e45463
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_ENLIGHTENMENT
|
||||
bool "enlightenment"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # efl svg -> librsvg
|
||||
# libevas-generic-loaders-svg -> librsvg -> glib2 / pango
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
@@ -29,6 +30,7 @@ config BR2_PACKAGE_ENLIGHTENMENT
|
||||
http://www.enlightenment.org/
|
||||
|
||||
comment "enlightenment needs udev /dev management and a toolchain w/ wchar, C++, threads, gcc >= 4.8"
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_EFL && BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
||||
|
||||
Reference in New Issue
Block a user