summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch')
-rw-r--r--meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch b/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch
deleted file mode 100644
index 5011f05f3d..0000000000
--- a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From 4576426020932ebc481ae35c15f644af2f17e88a Mon Sep 17 00:00:00 2001
2From: Alexey Sokolov <alexey@asokolov.org>
3Date: Sun, 4 May 2025 14:38:52 +0100
4Subject: [PATCH] Fix build with cmake 4
5
6Upstream-Status: Backport
7---
8 CMakeLists.txt | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/CMakeLists.txt b/CMakeLists.txt
12index 866477b..8e9d2ad 100644
13--- a/CMakeLists.txt
14+++ b/CMakeLists.txt
15@@ -21,7 +21,7 @@
16 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
17 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18
19-cmake_minimum_required(VERSION 3.4)
20+cmake_minimum_required(VERSION 3.4...4.0)
21 project(waylandpp VERSION 1.0.0 LANGUAGES CXX)
22
23 # packages