From cf7616a5cf8da2693395a3d937ab065c05f650f7 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 27 Aug 2019 13:09:56 +0200 Subject: [PATCH] donate-cpu.py: Improve detection of SDL library usage. (#2116) Add more commonly used includes for SDL headers. --- tools/donate-cpu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 33f3c6f03..7b4ddea43 100644 --- a/tools/donate-cpu.py +++ b/tools/donate-cpu.py @@ -40,7 +40,7 @@ import platform # Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/ # Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic # changes) -CLIENT_VERSION = "1.1.30" +CLIENT_VERSION = "1.1.31" def check_requirements(): @@ -281,7 +281,7 @@ def scan_package(work_path, cppcheck_path, jobs): 'python': ['', '"Python.h"'], 'qt': ['', '', '', '', '', '', '', ''], + 'sdl': ['', '', ''], 'sqlite3': ['', '"sqlite3.h"'], 'tinyxml2': ['