summarylogtreecommitdiffstats
path: root/use-system-libs.patch
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-04-11 18:35:33 +0200
committerAlexandre Bouvier2023-04-11 18:35:33 +0200
commitc7019cccc21ed377e07e904b0f6690b1cef5554b (patch)
treec7bc5ea132322f54040d2bc7aea15d8edb6198c7 /use-system-libs.patch
parentd4c35481ed0ae4f5bfae9e2ae0531ce74cef32e7 (diff)
downloadaur-c7019cccc21ed377e07e904b0f6690b1cef5554b.tar.gz
update to r16923.479d7da85
Diffstat (limited to 'use-system-libs.patch')
-rw-r--r--use-system-libs.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/use-system-libs.patch b/use-system-libs.patch
index 28bc7645676d..74fea195a6f4 100644
--- a/use-system-libs.patch
+++ b/use-system-libs.patch
@@ -18,18 +18,18 @@ index fcd341238..6641a0316 100644
diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake
-index f4d88a186..eb0399dc6 100644
+index 1f986efd2..8aacf7b4f 100644
--- a/cmake/SearchForStuff.cmake
+++ b/cmake/SearchForStuff.cmake
-@@ -76,7 +76,6 @@ else()
+@@ -79,7 +79,6 @@ else()
check_lib(SOUNDTOUCH SoundTouch SoundTouch.h PATH_SUFFIXES soundtouch)
- if(NOT QT_BUILD)
+ if(NOT QT_BUILD AND NOT APPLE)
- find_optional_system_library(SDL2 3rdparty/sdl2 2.0.12)
endif()
if(UNIX AND NOT APPLE)
-@@ -87,7 +86,6 @@ else()
+@@ -90,7 +89,6 @@ else()
find_package(Wayland REQUIRED)
endif()
@@ -37,7 +37,7 @@ index f4d88a186..eb0399dc6 100644
endif()
endif(WIN32)
-@@ -173,8 +171,7 @@ if(NOT WIN32 AND QT_BUILD)
+@@ -176,8 +174,7 @@ if(NOT WIN32 AND QT_BUILD)
find_package(CURL REQUIRED)
endif()
@@ -47,7 +47,7 @@ index f4d88a186..eb0399dc6 100644
# rapidyaml includes fast_float as a submodule, saves us pulling it in directly.
# Normally, we'd just pull in the cmake project, and link to it, but... it seems to enable
-@@ -188,7 +185,6 @@ add_subdirectory(3rdparty/jpgd EXCLUDE_FROM_ALL)
+@@ -191,7 +188,6 @@ add_subdirectory(3rdparty/jpgd EXCLUDE_FROM_ALL)
add_subdirectory(3rdparty/simpleini EXCLUDE_FROM_ALL)
add_subdirectory(3rdparty/imgui EXCLUDE_FROM_ALL)
add_subdirectory(3rdparty/cpuinfo EXCLUDE_FROM_ALL)