]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
wine: Disable more configure options
authorAndré Hentschel <nerv@dawncrow.de>
Sat, 7 Mar 2015 16:23:18 +0000 (17:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 7 Mar 2015 16:37:21 +0000 (17:37 +0100)
To avoid potential future problems.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wine/wine.mk

index 47c72596d09a66036729e0d85de53ef86c4effaf..e931c877e65081c346329117f1268125c58b0595 100644 (file)
@@ -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