gtk_visibility.patch 736 B

1234567891011121314151617181920
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Jeremy Apthorp <[email protected]>
  3. Date: Thu, 20 Sep 2018 17:48:38 -0700
  4. Subject: gtk_visibility.patch
  5. Allow electron to depend on GTK in the GN build.
  6. diff --git a/build/config/linux/gtk/BUILD.gn b/build/config/linux/gtk/BUILD.gn
  7. index 9249f88e3234d0c11fe870169fc3fe8ce3c00ff1..7c4261f06c74f13d29b4cb2d2e3c047bf319b7f0 100644
  8. --- a/build/config/linux/gtk/BUILD.gn
  9. +++ b/build/config/linux/gtk/BUILD.gn
  10. @@ -28,6 +28,8 @@ group("gtk") {
  11. # This should probably be moved into //ui/gtk.
  12. "//ui/ozone/platform/wayland",
  13. + "//electron:*",
  14. +
  15. # These are all for WebRTC.
  16. "//examples:peerconnection_client",
  17. "//remoting/host/linux",