mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 02:20:42 +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,13 +0,0 @@
|
||||
diff --git a/build.zig b/build.zig
|
||||
index 0969c64..68e16cd 100644
|
||||
--- a/build.zig
|
||||
+++ b/build.zig
|
||||
@@ -1374,7 +1374,7 @@ fn addDeps(
|
||||
|
||||
.gtk => {
|
||||
step.linkSystemLibrary2("gtk4", dynamic_link_opts);
|
||||
- if (config.adwaita) step.linkSystemLibrary2("adwaita-1", dynamic_link_opts);
|
||||
+ if (config.adwaita) step.linkSystemLibrary2("libadwaita-1", dynamic_link_opts);
|
||||
|
||||
{
|
||||
const gresource = @import("src/apprt/gtk/gresource.zig");
|
||||
Reference in New Issue
Block a user