summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-08-19 12:38:51 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-11-09 11:48:27 +0100
commitac3164a8a1c247ed4567eab3ff5482bed1d9d168 (patch)
tree0b07798f18adafe1205fc740185e641255a630df
parent1c29e4039dc5f9e0f2fdaca996a449242839f622 (diff)
downloadqtwebengine-chromium-ac3164a8a1c247ed4567eab3ff5482bed1d9d168.tar.gz
Move gio to public_config
Because gio/gio.h is included from a header. Change-Id: I5c636d08e72cbae08509496fe1149bb989d6b3bb Fixes: QTBUG-105818 Reviewed-by: Christophe Giboudeaux <christophe@krop.fr> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn b/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn
index 81bd7bd4b92..ee6bd10b59f 100644
--- a/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn
+++ b/chromium/third_party/webrtc/modules/desktop_capture/BUILD.gn
@@ -616,8 +616,10 @@ rtc_library("desktop_capture") {
"linux/wayland/xdg_session_details.h",
]
- configs += [
+ public_configs += [
":gio",
+ ]
+ configs += [
":pipewire",
":gbm",
":egl",