aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 08:41:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 08:49:01 +0200
commit84889c2b8e866bc253b41eebf74ca4fdecfce116 (patch)
tree75fecb0a6be6d7cbf543dd30977a0ec191a4020b /gui-apps
parentgui-apps/xwaylandvideobridge: Add HOMEPAGE, drop bogus subslot ops (diff)
downloadkde-84889c2b8e866bc253b41eebf74ca4fdecfce116.tar.gz
kde-84889c2b8e866bc253b41eebf74ca4fdecfce116.tar.bz2
kde-84889c2b8e866bc253b41eebf74ca4fdecfce116.zip
gui-apps/xwaylandvideobridge: Punt bogus dependency
See also: https://github.com/gentoo/kde/pull/924 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
index 17564848a2..d0d406a04a 100644
--- a/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
+++ b/gui-apps/xwaylandvideobridge/xwaylandvideobridge-9999.ebuild
@@ -35,3 +35,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ ecm_src_prepare
+ # https://invent.kde.org/system/xwaylandvideobridge/-/merge_requests/14
+ ecm_punt_kf_module WidgetsAddons
+}