From: André Hentschel Date: Sat, 7 Mar 2015 16:23:18 +0000 (+0100) Subject: wine: Disable more configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e982dcb7cc8cb7b62941f4f24ae55daa59b06860;p=buildroot.git wine: Disable more configure options To avoid potential future problems. Signed-off-by: André Hentschel Signed-off-by: Thomas Petazzoni --- 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