mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
libnss/libnspr: unavailable comment should be OR and not AND
Otherwise the comment would only show up when both conditions are true instead of any of them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e5ef6f7f71
commit
13cdffe529
@ -11,4 +11,4 @@ config BR2_PACKAGE_LIBNSPR
|
|||||||
http://www.mozilla.org/projects/nspr/
|
http://www.mozilla.org/projects/nspr/
|
||||||
|
|
||||||
comment "libnspr requires a toolchain with LARGEFILE and threads support"
|
comment "libnspr requires a toolchain with LARGEFILE and threads support"
|
||||||
depends on !BR2_LARGEFILE && !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -15,5 +15,5 @@ config BR2_PACKAGE_LIBNSS
|
|||||||
http://www.mozilla.org/projects/security/pki/nss/
|
http://www.mozilla.org/projects/security/pki/nss/
|
||||||
|
|
||||||
comment "libnss requires a toolchain with LARGEFILE and thread support"
|
comment "libnss requires a toolchain with LARGEFILE and thread support"
|
||||||
depends on !BR2_LARGEFILE && !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user