mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
mpd: Without native RPC use libtirpc
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a74623d560
commit
8b69e6c542
@ -179,13 +179,14 @@ config BR2_PACKAGE_MPD_CURL
|
|||||||
|
|
||||||
config BR2_PACKAGE_MPD_LIBNFS
|
config BR2_PACKAGE_MPD_LIBNFS
|
||||||
bool "nfs"
|
bool "nfs"
|
||||||
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
# libnfs -> libtirpc
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBNFS
|
select BR2_PACKAGE_LIBNFS
|
||||||
help
|
help
|
||||||
Enable Network File System (NFS) support.
|
Enable Network File System (NFS) support.
|
||||||
|
|
||||||
comment "nfs support needs a toolchain w/ RPC"
|
comment "nfs support needs a toolchain w/ threads support"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
||||||
|
|
||||||
comment "samba support needs an (e)glibc toolchain"
|
comment "samba support needs an (e)glibc toolchain"
|
||||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user