mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
Ports: Remove obsolete patches for chester
This commit is contained in:
parent
8c062e8bef
commit
12c98105bc
Notes:
sideshowbarker
2024-07-18 10:32:23 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/12c98105bce Pull-request: https://github.com/SerenityOS/serenity/pull/6969
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
|
||||
index 95d0a51..be3e4db 100644
|
||||
--- a/src/app/CMakeLists.txt
|
||||
+++ b/src/app/CMakeLists.txt
|
||||
@@ -13,4 +13,4 @@ endif()
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
||||
target_include_directories(chester PRIVATE ${SDL2_INCLUDE_DIR})
|
||||
-target_link_libraries(chester libchester ${SDL2_LIBRARY})
|
||||
+target_link_libraries(chester libchester ${SDL2_LIBRARY} -lm -lgfx -lgui -lipc -lcore)
|
Loading…
Reference in a new issue