From 8a11ede71a3dd62eff3dbc04a11f33595c16f3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 16 Jan 2023 22:31:21 +0100 Subject: [PATCH] Add video-companion package QubesOS/qubes-issues#6426 --- example-configs/qubes-os-master.conf | 1 + example-configs/qubes-os-r4.1.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/example-configs/qubes-os-master.conf b/example-configs/qubes-os-master.conf index 136bbb60d..3a4104e11 100644 --- a/example-configs/qubes-os-master.conf +++ b/example-configs/qubes-os-master.conf @@ -65,6 +65,7 @@ COMPONENTS ?= \ app-shutdown-idle \ app-yubikey \ app-u2f \ + video-companion \ screenshot-helper \ $(MGMT_COMPONENTS) \ infrastructure \ diff --git a/example-configs/qubes-os-r4.1.conf b/example-configs/qubes-os-r4.1.conf index c8482ac2d..2560286aa 100644 --- a/example-configs/qubes-os-r4.1.conf +++ b/example-configs/qubes-os-r4.1.conf @@ -64,6 +64,7 @@ COMPONENTS ?= \ app-shutdown-idle \ app-yubikey \ app-u2f \ + video-companion \ screenshot-helper \ $(MGMT_COMPONENTS) \ infrastructure \ @@ -150,6 +151,7 @@ BRANCH_app_linux_snapd_helper = master BRANCH_app_shutdown_idle = master BRANCH_app_yubikey = master BRANCH_app_u2f = master +BRANCH_video_companion = main BRANCH_builder = master BRANCH_builder_rpm = master BRANCH_builder_debian = master