Commit 5dc9fd96d7bf48003db832f145ad8acb4bcb73b4 introduced a typo in the file mentioned above. On line 76 it should be: struct drm_device *dev = file_priv->head->dev; instead of struct drm_device *dev = priv->head->dev; Fixing this libdrm compiles just fine. Thanks, Tobias
Created attachment 10823 [details] important part of the compile log
Fixed in the next commit.
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.