[Buildroot] [PATCH] wine: Depend on shared libraries

André Hentschel nerv at dawncrow.de
Thu Mar 15 19:45:54 UTC 2018


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 package/wine/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wine/Config.in b/package/wine/Config.in
index 627a9a7..52d7d2e 100644
--- a/package/wine/Config.in
+++ b/package/wine/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WINE
 	bool "wine"
+	depends on !BR2_STATIC_LIBS
 	# Wine only builds on certain architectures
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" || \
 	           BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
-- 
2.7.4



More information about the buildroot mailing list