summaryrefslogtreecommitdiffstats
path: root/package/wine/wine.mk
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2015-03-07 17:23:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-07 17:37:21 +0100
commite982dcb7cc8cb7b62941f4f24ae55daa59b06860 (patch)
tree55975543d86ce1eebfe5158de9eecad95fbb8515 /package/wine/wine.mk
parentad032ade03a3dc6e8c246eed3c234b43a4c4db8b (diff)
downloadbuildroot-e982dcb7cc8cb7b62941f4f24ae55daa59b06860.tar.gz
buildroot-e982dcb7cc8cb7b62941f4f24ae55daa59b06860.zip
wine: Disable more configure options
To avoid potential future problems. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wine/wine.mk')
-rw-r--r--package/wine/wine.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index 47c72596d0..e931c877e6 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -16,7 +16,22 @@ WINE_CONF_OPTS = \
--with-wine-tools=../host-wine-$(WINE_VERSION) \
--disable-tests \
--disable-win64 \
- --without-opengl
+ --without-capi \
+ --without-coreaudio \
+ --without-gettext \
+ --without-gettextpo \
+ --without-gphoto \
+ --without-gsm \
+ --without-hal \
+ --without-ldap \
+ --without-netapi \
+ --without-openal \
+ --without-opencl \
+ --without-opengl \
+ --without-osmesa \
+ --without-oss \
+ --without-xshape \
+ --without-xshm
# Wine uses a wrapper around gcc, and uses the value of --host to
# construct the filename of the gcc to call. But for external
OpenPOWER on IntegriCloud