mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: update chromium/gtk_visibility.patch
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2796200 tldr: no code changes; just updating the diff to apply cleanly. note: ooh upstream Wayland hacking!
This commit is contained in:
committed by
Samuel Attard
parent
ce541697e5
commit
6ec5c72878
@@ -6,13 +6,13 @@ Subject: gtk_visibility.patch
|
||||
Allow electron to depend on GTK in the GN build.
|
||||
|
||||
diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
|
||||
index 150276479687782e9902af2c5435c3cea9df5295..42a4f685d75f7b20082e506331507bfe0b3044bd 100644
|
||||
index 724dbcfdcfcc..d576477308fe 100644
|
||||
--- a/build/config/linux/gtk/BUILD.gn
|
||||
+++ b/build/config/linux/gtk/BUILD.gn
|
||||
@@ -35,6 +35,8 @@ group("gtk") {
|
||||
# This should probably be moved into //ui/gtk.
|
||||
"//ui/ozone/platform/wayland",
|
||||
|
||||
@@ -33,6 +33,8 @@ group("gtk") {
|
||||
"//ui/gtk/wayland",
|
||||
"//ui/gtk/x",
|
||||
|
||||
+ "//electron:*",
|
||||
+
|
||||
# These are all for WebRTC.
|
||||
|
||||
Reference in New Issue
Block a user