diff options
Diffstat (limited to 'meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch | 23 |
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 @@ | |||
| 1 | From 4576426020932ebc481ae35c15f644af2f17e88a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexey Sokolov <alexey@asokolov.org> | ||
| 3 | Date: Sun, 4 May 2025 14:38:52 +0100 | ||
| 4 | Subject: [PATCH] Fix build with cmake 4 | ||
| 5 | |||
| 6 | Upstream-Status: Backport | ||
| 7 | --- | ||
| 8 | CMakeLists.txt | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| 12 | index 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 | ||
