mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
ad032ade03
commit
e982dcb7cc
@ -16,7 +16,22 @@ WINE_CONF_OPTS = \
|
|||||||
--with-wine-tools=../host-wine-$(WINE_VERSION) \
|
--with-wine-tools=../host-wine-$(WINE_VERSION) \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-win64 \
|
--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
|
# Wine uses a wrapper around gcc, and uses the value of --host to
|
||||||
# construct the filename of the gcc to call. But for external
|
# construct the filename of the gcc to call. But for external
|
||||||
|
Loading…
x
Reference in New Issue
Block a user