* [Buildroot] [PATCH 1/4] wine: Add opengl dependency
@ 2015-03-21 15:38 André Hentschel
2015-04-03 22:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2015-03-21 15:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/wine/wine.mk | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index a699fff..bd242cf 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -26,7 +26,6 @@ WINE_CONF_OPTS = \
--without-netapi \
--without-openal \
--without-opencl \
- --without-opengl \
--without-osmesa \
--without-oss \
--without-xshape \
@@ -110,6 +109,13 @@ else
WINE_CONF_OPTS += --without-cms
endif
+ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
+WINE_CONF_OPTS += --with-opengl
+WINE_DEPENDENCIES += libgl
+else
+WINE_CONF_OPTS += --without-opengl
+endif
+
ifeq ($(BR2_PACKAGE_LIBGLU),y)
WINE_CONF_OPTS += --with-glu
WINE_DEPENDENCIES += libglu
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/4] wine: Add opengl dependency
2015-03-21 15:38 [Buildroot] [PATCH 1/4] wine: Add opengl dependency André Hentschel
@ 2015-04-03 22:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-04-03 22:27 UTC (permalink / raw)
To: buildroot
Dear Andr? Hentschel,
On Sat, 21 Mar 2015 16:38:23 +0100, Andr? Hentschel wrote:
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/wine/wine.mk | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
All four patches applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-03 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21 15:38 [Buildroot] [PATCH 1/4] wine: Add opengl dependency André Hentschel
2015-04-03 22:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox