mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
package/udisks: add locale dependency
Commit b5f0c6efb24826641719c493382211e5d768417b forgot to propagate new locale dependency from parted to udisks Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
08f07b302e
commit
a17cb3532c
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_UDISKS
|
config BR2_PACKAGE_UDISKS
|
||||||
bool "udisks"
|
bool "udisks"
|
||||||
|
depends on BR2_ENABLE_LOCALE # parted
|
||||||
depends on BR2_HOST_GCC_AT_LEAST_4_9 # spidermonkey
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # spidermonkey
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # spidermonkey
|
depends on BR2_INSTALL_LIBSTDCPP # spidermonkey
|
||||||
depends on BR2_PACKAGE_HAS_UDEV
|
depends on BR2_PACKAGE_HAS_UDEV
|
||||||
@ -49,10 +50,10 @@ comment "udisks needs udev /dev management"
|
|||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_PACKAGE_HAS_UDEV
|
depends on !BR2_PACKAGE_HAS_UDEV
|
||||||
|
|
||||||
comment "udisks needs a glibc or musl toolchain with C++, wchar, dynamic library, NPTL, gcc >= 4.9"
|
comment "udisks needs a glibc or musl toolchain with locale, C++, wchar, dynamic library, NPTL, gcc >= 4.9"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_PACKAGE_SPIDERMONKEY_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_SPIDERMONKEY_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || \
|
depends on !BR2_ENABLE_LOCALE || BR2_TOOLCHAIN_USES_UCLIBC || \
|
||||||
!BR2_INSTALL_LIBSTDCPP || \
|
!BR2_INSTALL_LIBSTDCPP || \
|
||||||
BR2_STATIC_LIBS || \
|
BR2_STATIC_LIBS || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user