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 - [Patch] Check for WAYLAND_CLIENT_H header guard
Summary: [Patch] Check for WAYLAND_CLIENT_H header guard
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: All All
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-05 00:08 UTC by Ethan Lee
Modified: 2021-02-05 00:08 UTC (History)
0 users

See Also:


Attachments
Fix for WAYLAND_CLIENT_H (764 bytes, patch)
2021-02-05 00:08 UTC, Ethan Lee
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.