Bug 33938

Summary: selecting d3d1x state tracker should check for dependency on wine-dev
Product: Mesa Reporter: Alexandre Demers <alexandre.f.demers>
Component: OtherAssignee: mesa-dev
Status: RESOLVED WONTFIX QA Contact:
Severity: minor    
Priority: medium    
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Alexandre Demers 2011-02-05 08:31:03 UTC
I was trying to build mesa with the d3d1x statetracker selected. It was always failing because of missing .idl files. After investigation, I discovered the missing files were not part of mesa, but of wine. After installing wine-dev, the build is now able to finish correctly.

autogen should check for wine-dev dependency when building with d3d1x statetracker and output a message if it can't be found so the user knows that it's missing.

I'll try to make a patch for that and submit it soon.
Comment 1 Alexandre Demers 2011-02-05 18:06:27 UTC
Shouldn't the d3d1x statetracker be free of wine? If so, the best solution would be to bring whatever is needed into mesa, isn't it?

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.