-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
94 additions
and
76 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
pkgs/by-name/tr/tracy/0001-remove-unifiedtypeidentifiers-framework
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
pkgs/by-name/tr/tracy/dont-use-the-uniformtypeidentifiers-framework.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 05074295013a2bf7fa1b6af1b6575e5e0c491454 Mon Sep 17 00:00:00 2001 | ||
From: Pavel Sobolev <[email protected]> | ||
Date: Thu, 18 Jul 2024 21:54:44 +0300 | ||
Subject: [PATCH] Don't use the `UniformTypeIdentifiers` framework. | ||
|
||
--- | ||
cmake/vendor.cmake | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake | ||
index bd53a4db..8079d8c2 100644 | ||
--- a/cmake/vendor.cmake | ||
+++ b/cmake/vendor.cmake | ||
@@ -182,7 +182,6 @@ if (NOT NO_FILESELECTOR AND NOT EMSCRIPTEN) | ||
|
||
if (APPLE) | ||
find_library(APPKIT_LIBRARY AppKit) | ||
- find_library(UNIFORMTYPEIDENTIFIERS_LIBRARY UniformTypeIdentifiers) | ||
target_link_libraries(TracyNfd PUBLIC ${APPKIT_LIBRARY} ${UNIFORMTYPEIDENTIFIERS_LIBRARY}) | ||
elseif (UNIX) | ||
if (GTK_FILESELECTOR) | ||
-- | ||
2.45.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters