Skip to content

Commit

Permalink
remove unneeded GLES headers
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Laduranty <[email protected]>
  • Loading branch information
dylad committed Jul 15, 2024
1 parent 653eddc commit 14cb9fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Launch it. Click. That's it.
Install build dependencies (Debian):

```sh
apt install --no-install-recommends -y cmake g++ make pkg-config libpango1.0-dev libjpeg-dev libwayland-dev wayland-protocols libxkbcommon-dev libgles2-mesa-dev
apt install --no-install-recommends -y cmake g++ make pkg-config libpango1.0-dev libjpeg-dev libwayland-dev wayland-protocols libxkbcommon-dev
```

Building is done via CMake:
Expand Down
2 changes: 0 additions & 2 deletions src/includes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ extern "C" {
#undef namespace
#undef static

#include <GLES3/gl32.h>
#include <GLES3/gl3ext.h>
#include <assert.h>
#include <cairo.h>
#include <cairo/cairo.h>
Expand Down

0 comments on commit 14cb9fd

Please sign in to comment.