mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 10:27:42 +00:00
rpm: only show xz dependency comment if enabled
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
da653dd4ea
commit
f35348c3f6
@ -15,16 +15,16 @@ config BR2_PACKAGE_RPM
|
|||||||
|
|
||||||
http://rpm5.org
|
http://rpm5.org
|
||||||
|
|
||||||
|
if BR2_PACKAGE_RPM
|
||||||
|
|
||||||
config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
|
config BR2_PACKAGE_RPM_BZIP2_PAYLOADS
|
||||||
bool "support for bzip2 payloads"
|
bool "support for bzip2 payloads"
|
||||||
depends on BR2_PACKAGE_RPM
|
|
||||||
select BR2_PACKAGE_BZIP2
|
select BR2_PACKAGE_BZIP2
|
||||||
help
|
help
|
||||||
Support for bzip2 payloads in RPM.
|
Support for bzip2 payloads in RPM.
|
||||||
|
|
||||||
config BR2_PACKAGE_RPM_XZ_PAYLOADS
|
config BR2_PACKAGE_RPM_XZ_PAYLOADS
|
||||||
bool "support for xz payloads"
|
bool "support for xz payloads"
|
||||||
depends on BR2_PACKAGE_RPM
|
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Support for xz payloads in RPM.
|
Support for xz payloads in RPM.
|
||||||
@ -32,4 +32,6 @@ config BR2_PACKAGE_RPM_XZ_PAYLOADS
|
|||||||
comment "xz payload support requires a toolchain with c++ support"
|
comment "xz payload support requires a toolchain with c++ support"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user