mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 04:28:24 +02:00
simple-touch: do not include GL headers
since it doesn't use any of them. Fixes a build failure on systems, where (E)GL headers are in non-standard path. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
5f8a67cce8
commit
392c5f275d
1 changed files with 0 additions and 2 deletions
|
|
@ -29,9 +29,7 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <GLES2/gl2.h>
|
||||
#include <wayland-client.h>
|
||||
#include <wayland-egl.h>
|
||||
#include "../shared/os-compatibility.h"
|
||||
|
||||
struct touch {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue