kumquat-buildroot/package/libsolv/Config.in
TIAN Yuanhao 93ce3c1be0 package/libsolv: new package
Required by micromamba.

Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
[Thomas:
 - rework shared/static lib handling
 - don't pass ENABLE_CONDA=ON based on BR2_PACKAGE_MICROMAMBA=y as
   it's weird that a dependency does something different depending on
   which of its reverse dependencies is enabled]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-07 16:18:37 +01:00

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