1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 14:27:34 +00:00

Ports: Update milkytracker's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:21:11 +04:30 committed by Ali Mohammad Pur
parent e1a5f63e1a
commit 37857a629d
10 changed files with 157 additions and 60 deletions

View file

@ -0,0 +1,24 @@
From 356ec6ffc3184d83e28ba6ad6c4667ac67b6d074 Mon Sep 17 00:00:00 2001
From: "jake.westrip" <jake.westrip@lonsec.com.au>
Date: Wed, 28 Apr 2021 21:19:03 +1000
Subject: [PATCH 4/5] Link against the needed serenity libraries
---
src/tracker/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/tracker/CMakeLists.txt b/src/tracker/CMakeLists.txt
index f4243a0..02f67c0 100644
--- a/src/tracker/CMakeLists.txt
+++ b/src/tracker/CMakeLists.txt
@@ -374,4 +374,7 @@ else()
set(INSTALL_DEST ${CMAKE_INSTALL_BINDIR})
endif()
+target_link_libraries(tracker -lSDL2 -lgui -lipc -lm)
+set(INSTALL_DEST bin)
+
install(TARGETS tracker DESTINATION ${INSTALL_DEST})
--
2.36.1