app-i18n/fcitx-gtk: add missing BDEPEND

Closes: https://bugs.gentoo.org/951519
Closes: https://github.com/gentoo/gentoo/pull/41453
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yongxiang Liang
2025-04-04 10:50:32 +08:00
committed by Yixun Lan
parent 3136930fa1
commit 7ba94f670a

View File

@@ -1,4 +1,4 @@
# Copyright 2023-2024 Gentoo Authors
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,6 +30,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/glib-utils
virtual/pkgconfig
kde-frameworks/extra-cmake-modules:0
"