From 7ed043a1bf7b2b24045bb3c20b0a919f5139d495 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 19 Aug 2022 12:38:51 +0200 Subject: Move gio to public_config Because gio/gio.h is included from a header. Change-Id: I5c636d08e72cbae08509496fe1149bb989d6b3bb Fixes: QTBUG-105818 Reviewed-by: Christophe Giboudeaux Reviewed-by: Michal Klocek --- chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn b/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn index f1c5ba2850b..e535174dc3c 100644 --- a/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn +++ b/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn @@ -614,8 +614,10 @@ rtc_library("desktop_capture_generic") { "linux/wayland/xdg_session_details.h", ] - configs += [ + public_configs += [ ":gio", + ] + configs += [ ":pipewire", ":gbm", ":egl", -- cgit v1.2.3