mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 13:05:59 +01:00
Add missing include required by mesa and libglvnd change
eglext.h no longer inludes eglmesaext.h, include it within wlroots explicitly. Fixes #1862
This commit is contained in:
parent
02d664b37f
commit
d113e48a2a
1 changed files with 1 additions and 0 deletions
1
glgen.sh
1
glgen.sh
|
@ -75,6 +75,7 @@ cat > "$OUTDIR/$BASE.h" << EOF
|
|||
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#include <EGL/eglmesaext.h>
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue