* [Buildroot] [PATCH] wine: Add OSMesa dependency
@ 2015-12-12 19:55 André Hentschel
2015-12-13 13:29 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2015-12-12 19:55 UTC (permalink / raw)
To: buildroot
We have support for building the OSMesa lib since 81537f284f62c6586d50bd5cca78c2bf1375b88c
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 38576db..1a1fea0 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -27,7 +27,6 @@ WINE_CONF_OPTS = \
--without-hal \
--without-openal \
--without-opencl \
- --without-osmesa \
--without-oss
# Wine uses a wrapper around gcc, and uses the value of --host to
@@ -171,6 +170,13 @@ else
WINE_CONF_OPTS += --without-ldap
endif
+ifeq ($(BR2_PACKAGE_MESA3D_OSMESA),y)
+WINE_CONF_OPTS += --with-osmesa
+WINE_DEPENDENCIES += mesa3d
+else
+WINE_CONF_OPTS += --without-osmesa
+endif
+
ifeq ($(BR2_PACKAGE_SANE_BACKENDS),y)
WINE_CONF_OPTS += --with-sane
WINE_DEPENDENCIES += sane-backends
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] wine: Add OSMesa dependency
2015-12-12 19:55 [Buildroot] [PATCH] wine: Add OSMesa dependency André Hentschel
@ 2015-12-13 13:29 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-13 13:29 UTC (permalink / raw)
To: buildroot
Dear Andr? Hentschel,
On Sat, 12 Dec 2015 20:55:38 +0100, Andr? Hentschel wrote:
> We have support for building the OSMesa lib since 81537f284f62c6586d50bd5cca78c2bf1375b88c
>
> Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
> ---
> package/wine/wine.mk | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
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-12-13 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12 19:55 [Buildroot] [PATCH] wine: Add OSMesa dependency André Hentschel
2015-12-13 13:29 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox