https://bugs.freedesktop.org/show_bug.cgi?id=33938
Summary: selecting d3d1x state tracker should check for dependency on wine-dev Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: minor Priority: medium Component: Other AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: alexandre.f.dem...@gmail.com 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. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev