fcitx-unikey: makedepends+=fcitx-devel

libfcitx-qt5-devel should depends on fcitx-devel, but fcitx-unikey
requires fcitx-devel directly anyway. And it's not worth to revbump
fcitx-qt5
This commit is contained in:
Đoàn Trần Công Danh 2022-08-31 20:52:29 +07:00
parent aaeb37e237
commit 97b675ee02

View file

@ -5,7 +5,7 @@ revision=2
build_style=cmake
configure_args="-DENABLE_QT=ON"
hostmakedepends="pkg-config gobject-introspection gettext fcitx qt5-devel"
makedepends="libfcitx-qt5-devel"
makedepends="libfcitx-qt5-devel fcitx-devel"
depends="fcitx"
short_desc="Support unikey (Vietnamese input method) for fcitx"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"