mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
core: remove unneeded GLES headers (#82)
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
653eddcbc3
commit
8791f717ef
2 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue