mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 02:22:13 +00:00
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
config BR2_PACKAGE_LIBSOLV
|
|
bool "libsolv"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
A free package dependency solver using a satisfiability
|
|
algorithm.
|
|
|
|
https://github.com/openSUSE/libsolv
|