Skip to content

Conversation

@kimci86
Copy link
Contributor

@kimci86 kimci86 commented Jun 23, 2022

Description

Compiling SFML on branch 2.6.x with option SFML_USE_DRM=True fails in debug mode.
This patch fixes the compilation errors.

How to test this PR?

cmake -B build -DCMAKE_BUILD_TYPE=Debug -DSFML_USE_DRM=True
cmake --build build

Tested on Ubuntu and Raspbian.

@eXpl0it3r eXpl0it3r added this to the 2.6 milestone Jun 24, 2022
@eXpl0it3r eXpl0it3r merged commit 5098b6c into SFML:2.6.x Jun 24, 2022
@eXpl0it3r
Copy link
Member

Thanks for this fix! 🙂

@kimci86 kimci86 deleted the bugfix/eglcheck_assignments branch June 26, 2022 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment