2014-12-01 18:48:30 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_GOBJECT
|
|
|
|
bool "python-gobject"
|
2020-03-12 20:47:17 +01:00
|
|
|
depends on BR2_USE_MMU # libglib2, gobject-introspection
|
2020-09-01 21:06:20 +02:00
|
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # gobject-introspection
|
2020-03-12 20:47:17 +01:00
|
|
|
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
|
2014-12-01 18:48:30 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
Python bindings for the GLib/GObject library
|
|
|
|
|
|
|
|
https://wiki.gnome.org/action/show/Projects/PyGObject
|
|
|
|
|
2020-03-12 20:47:17 +01:00
|
|
|
comment "python-gobject needs a glibc toolchain, gcc >= 4.9"
|
2014-12-01 18:48:30 +01:00
|
|
|
depends on BR2_USE_MMU
|
2020-09-01 21:06:20 +02:00
|
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
|
2020-03-12 20:47:17 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|