From 1d0c87049453d01eea1effdc4937618c944a8bf6 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 18 Nov 2023 17:17:29 +1000 Subject: [PATCH] CMake: Bump dep version requirement --- CMakeLists.txt | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b0052373..d501dfb67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ endif() # Required libraries. if(ENABLE_SDL2) - find_package(SDL2 2.28.2 REQUIRED) + find_package(SDL2 2.28.5 REQUIRED) endif() if(NOT WIN32 AND NOT ANDROID) find_package(CURL REQUIRED) @@ -59,7 +59,7 @@ if(NOT WIN32 AND NOT ANDROID) endif() endif() if(BUILD_QT_FRONTEND) - find_package(Qt6 6.5.1 COMPONENTS Core Gui Widgets Network LinguistTools REQUIRED) + find_package(Qt6 6.5.3 COMPONENTS Core Gui Widgets Network LinguistTools REQUIRED) endif() diff --git a/README.md b/README.md index fbcc131b3..18123e16b 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,9 @@ Requirements: ### Linux Requirements (Debian/Ubuntu package names): - CMake (`cmake`) - - SDL2 (at least version 2.28.2) (`libsdl2-dev` `libxrandr-dev`) + - SDL2 (at least version 2.28.5) (`libsdl2-dev` `libxrandr-dev`) - pkgconfig (`pkg-config`) - - Qt 6 (at least version 6.5.1) (`qt6-base-dev` `qt6-base-private-dev` `qt6-base-dev-tools` `qt6-tools-dev` `libqt6svg6`) + - Qt 6 (at least version 6.5.3) (`qt6-base-dev` `qt6-base-private-dev` `qt6-base-dev-tools` `qt6-tools-dev` `libqt6svg6`) - git (`git`) (Note: needed to clone the repository and at build time) - When Wayland is enabled (default): (`libwayland-dev` `libwayland-egl-backend-dev` `extra-cmake-modules` `qt6-wayland`) - libcurl (`libcurl4-openssl-dev`) @@ -163,8 +163,8 @@ Requirements (Debian/Ubuntu package names): Requirements: - CMake - - SDL2 (at least version 2.28.2) - - Qt 6 (at least version 6.5.1) + - SDL2 (at least version 2.28.5) + - Qt 6 (at least version 6.5.3) Optional (recommended for faster builds): - Ninja