summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/SDL2/find-headers.patch (follow)
Commit message (Expand)AuthorAgeFilesLines
* SDL2: move to by-name, rename SDL2_classicGrimmauld2025-03-261-32/+0
* SDL2: 2.0.22 -> 2.24.0PedroHLC ☭2022-09-181-14/+12
* SDL2: Reinstate find-headers.patchOPNA26082022-03-201-0/+34
* SDL2: 2.0.14 -> 2.0.20Zack A2022-02-071-46/+0
* SDL2: 2.0.12 -> 2.0.14Carles Pagès2021-01-171-9/+8
* SDL2: fix cmake interface includes for SDL2::SDL2•••Fixes #103346. The environment var for finding the cmake companion libs headers was missing from the SDL2::SDL2 target, it only worked when using SDL2_INCLUDE_DIRS. Carles Pagès2020-11-111-7/+27
* SDL2: don't mix space-separated / lists in cmake config•••The SDL2_PATH environment variable is space-separated. However, CMake lists are semicolon separated, and doing set(list "a" ${var}) will end up with list containing "a;b c d". This causes downstream users to fail parsing the include dirs list. Normalize the include dirs list to a normal CMake semicolon-separated list using separate_arguments. Pierre Bourdon2019-08-221-1/+2
* SDL2: cleanup and add patch to discover extensionsNikolay Amiantov2016-08-221-0/+26