Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] wine: Depend on shared libraries
@ 2018-03-15 19:45 André Hentschel
  2018-03-15 20:24 ` Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: André Hentschel @ 2018-03-15 19:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Andr? Hentschel <nerv@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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-04-03 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15 19:45 [Buildroot] [PATCH] wine: Depend on shared libraries André Hentschel
2018-03-15 20:24 ` Baruch Siach
2018-03-15 21:16 ` Thomas Petazzoni
2018-03-25 21:21   ` Thomas Petazzoni
2018-03-31 20:43 ` Thomas Petazzoni
2018-04-03 16:57   ` André Hentschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox