20 lines
614 B
Plaintext
20 lines
614 B
Plaintext
config BR2_PACKAGE_FWUPD
|
|
bool "fwupd"
|
|
depends on !BR2_STATIC_LIBS # libxmlb
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_USE_MMU # libglib2
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_LIBJCAT
|
|
select BR2_PACKAGE_LIBXMLB
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
Fwupd is a simple daemon to allow session software
|
|
to update device firmware on your local machine.
|
|
|
|
https://fwupd.org/
|
|
|
|
comment "fwupd needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|