mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
20 lines
789 B
Plaintext
20 lines
789 B
Plaintext
config BR2_PACKAGE_PYTHON_GOBJECT
|
|
bool "python-gobject"
|
|
depends on BR2_USE_MMU # libglib2, gobject-introspection
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # gobject-introspection
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # gobject-introspection
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # gobject-introspection
|
|
depends on BR2_PACKAGE_PYTHON3 # gobject-introspection
|
|
select BR2_PACKAGE_GOBJECT_INTROSPECTION
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
Python bindings for the GLib/GObject library
|
|
|
|
https://wiki.gnome.org/action/show/Projects/PyGObject
|
|
|
|
comment "python-gobject needs a glibc toolchain, gcc >= 4.9"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|