mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
chore: replace adwaita-1 to libadwaita-1 for better pkg-config handling
This commit is contained in:

committed by
Mitchell Hashimoto

parent
29c2f095a6
commit
40442ac02f
@ -431,7 +431,7 @@ pub fn add(
|
|||||||
|
|
||||||
.gtk => {
|
.gtk => {
|
||||||
step.linkSystemLibrary2("gtk4", dynamic_link_opts);
|
step.linkSystemLibrary2("gtk4", dynamic_link_opts);
|
||||||
if (self.config.adwaita) step.linkSystemLibrary2("adwaita-1", dynamic_link_opts);
|
if (self.config.adwaita) step.linkSystemLibrary2("libadwaita-1", dynamic_link_opts);
|
||||||
if (self.config.x11) step.linkSystemLibrary2("X11", dynamic_link_opts);
|
if (self.config.x11) step.linkSystemLibrary2("X11", dynamic_link_opts);
|
||||||
|
|
||||||
if (self.config.wayland) {
|
if (self.config.wayland) {
|
||||||
|
Reference in New Issue
Block a user