mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
17
package/gdk-pixbuf-xlib/Config.in
Normal file
17
package/gdk-pixbuf-xlib/Config.in
Normal 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
|
||||
Reference in New Issue
Block a user