1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_GOBJECT 2*4882a593Smuzhiyun bool "python-gobject" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # libglib2, gobject-introspection 4*4882a593Smuzhiyun depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # gobject-introspection 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # gobject-introspection 6*4882a593Smuzhiyun depends on BR2_HOST_GCC_AT_LEAST_8 # gobject-introspection -> host-qemu 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC # gobject-introspection 8*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 # gobject-introspection 9*4882a593Smuzhiyun select BR2_PACKAGE_GOBJECT_INTROSPECTION 10*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Python bindings for the GLib/GObject library 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://wiki.gnome.org/action/show/Projects/PyGObject 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "python-gobject needs a glibc toolchain, gcc >= 4.9, host gcc >= 8" 17*4882a593Smuzhiyun depends on BR2_USE_MMU 18*4882a593Smuzhiyun depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_GLIBC || \ 20*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \ 21*4882a593Smuzhiyun !BR2_HOST_GCC_AT_LEAST_8 22