We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5531

Summary: [Patch] Check for WAYLAND_CLIENT_H header guard
Product: SDL Reporter: Ethan Lee <flibitijibibo>
Component: videoAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   
Attachments: Fix for WAYLAND_CLIENT_H

Description Ethan Lee 2021-02-05 00:08:43 UTC
Created attachment 4761 [details]
Fix for WAYLAND_CLIENT_H

Attached is a patch to fix the wayland-client.h header check - newer versions appear to use WAYLAND_CLIENT_H instead of _WAYLAND_CLIENT_H. Not a big deal, just have to check for both.