8a7bbfae96
It was added to the networking category close to connman for the ability to tweak connman features without going around (i.e. add support for wifi and so on). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
698 B
Plaintext
21 lines
698 B
Plaintext
comment "connman-gtk needs libgtk3 and a toolchain w/ wchar, threads, resolver, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
BR2_STATIC_LIBS || !BR2_PACKAGE_LIBGTK3
|
|
|
|
config BR2_PACKAGE_CONNMAN_GTK
|
|
bool "connman-gtk"
|
|
depends on BR2_USE_WCHAR # libglib2, connman
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, connman
|
|
depends on BR2_USE_MMU # libglib2
|
|
depends on !BR2_STATIC_LIBS # connman
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # connman
|
|
depends on BR2_PACKAGE_LIBGTK3
|
|
select BR2_PACKAGE_CONNMAN
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
GTK GUI for ConnMan.
|
|
|
|
https://github.com/jgke/connman-gtk
|