gentoo-ebuilds/x11-libs/tslib/files/tslib-1.23-cmake4.patch
Andreas Sturmlechner 488acab5c1
x11-libs/tslib: add 1.23, fix build w/ cmake-4
Closes: https://bugs.gentoo.org/955696
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-05-09 19:51:37 +02:00

11 lines
172 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
#
#
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.5)
project(tslib LANGUAGES C)