2018-10-24 18:24:11 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2018-09-21 00:30:26 +00:00
|
|
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
|
|
Date: Thu, 20 Sep 2018 17:48:38 -0700
|
|
|
|
Subject: gtk_visibility.patch
|
|
|
|
|
2018-10-24 10:49:10 +00:00
|
|
|
Allow electron to depend on GTK in the GN build.
|
2018-09-21 00:30:26 +00:00
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
|
2021-03-04 23:46:13 +00:00
|
|
|
index 150276479687782e9902af2c5435c3cea9df5295..42a4f685d75f7b20082e506331507bfe0b3044bd 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/build/config/linux/gtk/BUILD.gn
|
|
|
|
+++ b/build/config/linux/gtk/BUILD.gn
|
2021-03-04 23:46:13 +00:00
|
|
|
@@ -35,6 +35,8 @@ group("gtk") {
|
2020-04-13 23:39:26 +00:00
|
|
|
# This should probably be moved into //ui/gtk.
|
|
|
|
"//ui/ozone/platform/wayland",
|
2020-03-14 20:54:14 +00:00
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
+ "//electron:*",
|
2020-03-14 20:54:14 +00:00
|
|
|
+
|
|
|
|
# These are all for WebRTC.
|
2018-09-14 05:02:16 +00:00
|
|
|
"//examples:peerconnection_client",
|
2020-12-22 22:14:44 +00:00
|
|
|
"//remoting/host:common",
|