bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -0,0 +1,17 @@
config BR2_PACKAGE_GDK_PIXBUF_XLIB
bool "gdk-pixbuf-xlib"
depends on BR2_PACKAGE_XORG7
depends on BR2_USE_MMU # gdk-pixbuf -> glib2
depends on BR2_USE_WCHAR # gdk-pixbuf -> glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # gdk-pixbuf -> glib2
select BR2_PACKAGE_GDK_PIXBUF
select BR2_PACKAGE_XLIB_LIBX11
help
Deprecated Xlib integration for GdkPixbuf.
https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib
comment "gdk-pixbuf-xlib needs a toolchain w/ wchar, threads"
depends on BR2_PACKAGE_XORG7
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS