mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 13:58:27 +00:00
* Add: GLFW builds of Ghostty, edit existing builds for shared deps, add build deps to be explicitly called (just in case), some cleanup
* Add: Add warning about GLFW builds possibly being unstable
* Fix: Removed duplicate text (thanks mouse)
* Update ghostty-nightly.spec
Signed-off-by: Gil <rockgrub@protonmail.com>
* Cleanup: Removed unused build deps, removed unused patches (for now?)
* Fix: New icon size in Tip GTK (will need to be done in stable in 1.0.1), minor changes to summaries
* Resolve: Date conflict
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
(cherry picked from commit d990cae780)
Co-authored-by: Gil <rockgrub@protonmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
diff --git a/build.zig b/build.zig
|
||||
index a0ecf25..0969c64 100644
|
||||
--- a/build.zig
|
||||
+++ b/build.zig
|
||||
@@ -1047,6 +1047,7 @@ fn addDeps(
|
||||
const dynamic_link_opts: std.Build.Module.LinkSystemLibraryOptions = .{
|
||||
.preferred_link_mode = .dynamic,
|
||||
.search_strategy = .mode_first,
|
||||
+ .use_pkg_config = .force,
|
||||
};
|
||||
|
||||
// Freetype
|
||||
Reference in New Issue
Block a user