* [Buildroot] [PATCH 2/4] wine: Add xlib_libXext dependency
@ 2015-03-21 15:38 André Hentschel
0 siblings, 0 replies; only message in thread
From: André Hentschel @ 2015-03-21 15:38 UTC (permalink / raw)
To: buildroot
This fixes window size issues.
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/wine/wine.mk | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index bd242cf..188c7cc 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -27,9 +27,7 @@ WINE_CONF_OPTS = \
--without-openal \
--without-opencl \
--without-osmesa \
- --without-oss \
- --without-xshape \
- --without-xshm
+ --without-oss
# Wine uses a wrapper around gcc, and uses the value of --host to
# construct the filename of the gcc to call. But for external
@@ -207,6 +205,13 @@ else
WINE_CONF_OPTS += --without-xcursor
endif
+ifeq ($(BR2_PACKAGE_XLIB_LIBXEXT),y)
+WINE_CONF_OPTS += --with-xshape --with-xshm
+WINE_DEPENDENCIES += xlib_libXext
+else
+WINE_CONF_OPTS += --without-xshape --without-xshm
+endif
+
ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
WINE_CONF_OPTS += --with-xinput --with-xinput2
WINE_DEPENDENCIES += xlib_libXi
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-21 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21 15:38 [Buildroot] [PATCH 2/4] wine: Add xlib_libXext dependency André Hentschel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.