mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
wayland/buffer: drop unused GLESv3 include
That one is often in a separate Mesa package and contrary to GLESv2 doesn’t come with a pkg-config file. Mildly annoying…
This commit is contained in:
parent
9bf752ac33
commit
ee1100eb98
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#include <EGL/eglext.h>
|
#include <EGL/eglext.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GLES3/gl32.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <gbm.h>
|
#include <gbm.h>
|
||||||
#include <libdrm/drm_fourcc.h>
|
#include <libdrm/drm_fourcc.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue