mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1094016 - Do not ship d3dcompiler_43 for 64-bit builds. r=mshal
This commit is contained in:
parent
ba8776d030
commit
579c257630
@ -5935,6 +5935,9 @@ if test -n "$MOZ_ANGLE_RENDERER"; then
|
||||
######################################
|
||||
# Find _43 for use by XP.
|
||||
|
||||
if test "$HAVE_64BIT_BUILD"; then
|
||||
AC_MSG_RESULT([We are building a 64-bit binary, skip checking d3dcompiler_43.])
|
||||
else
|
||||
# Get the SDK path from the registry.
|
||||
# First try to get the June 2010 SDK
|
||||
MOZ_DIRECTX_SDK_REG_KEY=`reg query 'HKLM\Software\Microsoft\DirectX' //s | grep 'Microsoft DirectX SDK (June 2010)' | head -n 1`
|
||||
@ -5983,6 +5986,7 @@ if test -n "$MOZ_ANGLE_RENDERER"; then
|
||||
AC_MSG_RESULT([Couldn't find an acceptable DirectX SDK for ANGLE, needed for d3dcompiler_43.])
|
||||
AC_MSG_RESULT([ Either ignore, install DirectX SDK (June 2010 version or newer), or reconfigure with --disable-webgl.])
|
||||
fi
|
||||
fi
|
||||
|
||||
######################################
|
||||
# Check that we found what we needed.
|
||||
|
Loading…
Reference in New Issue
Block a user