From 8791f717ef495c8c5a36b21cbccc7cf218fbc380 Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Mon, 15 Jul 2024 16:35:24 +0200 Subject: [PATCH] core: remove unneeded GLES headers (#82) Signed-off-by: Dylan Laduranty --- README.md | 2 +- src/includes.hpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index aa8c8d7..dedaade 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/includes.hpp b/src/includes.hpp index 11bd840..52d456b 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -28,8 +28,6 @@ extern "C" { #undef namespace #undef static -#include -#include #include #include #include