mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package/read-edid: fix cmake 4 compatibility
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
2bb8ea3ff1
commit
d7f2a7b85b
17
package/read-edid/0004-cmake4.patch
Normal file
17
package/read-edid/0004-cmake4.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
Fix build with newer CMake versions
|
||||
|
||||
Downloaded from
|
||||
https://gitlab.com/liguros/liguros-repo/-/blob/develop/x11-misc/read-edid/files/read-edid-3.0.2-cmake4.patch
|
||||
|
||||
Upstream: sent to pyrophobicman@gmail.com
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
|
||||
--- a/CMakeLists.txt 2014-02-05 17:27:26.000000000 +0100
|
||||
+++ b/CMakeLists.txt 2025-08-27 23:01:08.868613931 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required (VERSION 2.6)
|
||||
+cmake_minimum_required (VERSION 3.10)
|
||||
project (read-edid C)
|
||||
|
||||
option(I2CBUILD "Build I2C get-edid implementation" ON)
|
||||
Reference in New Issue
Block a user