summaryrefslogtreecommitdiffstats
path: root/package/unionfs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/unionfs/Config.in')
-rw-r--r--package/unionfs/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/unionfs/Config.in b/package/unionfs/Config.in
index de3d341cf3..ff871d3b60 100644
--- a/package/unionfs/Config.in
+++ b/package/unionfs/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_UNIONFS
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
depends on BR2_USE_MMU # libfuse
- depends on !BR2_PREFER_STATIC_LIB # libfuse
+ depends on !BR2_STATIC_LIBS # libfuse
help
A userspace unionfs implementation.
@@ -12,4 +12,4 @@ config BR2_PACKAGE_UNIONFS
comment "unionfs needs a toolchain w/ largefile, threads, dynamic library"
depends on BR2_USE_MMU
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud