diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-01-01 10:55:10 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-01-01 10:58:06 +0800 |
commit | 7c28fc98146b48b4cbbb314a04654693670feb2b (patch) | |
tree | 498cd5594269d3adea7d2cb5a5d452f1799f2fc2 /app-i18n | |
parent | dev-util/diffoscope: add 230 (diff) | |
download | gentoo-7c28fc98146b48b4cbbb314a04654693670feb2b.tar.gz gentoo-7c28fc98146b48b4cbbb314a04654693670feb2b.tar.bz2 gentoo-7c28fc98146b48b4cbbb314a04654693670feb2b.zip |
app-i18n/ibus: fix mising gdk/gdkwayland.h issue
Closes: https://bugs.gentoo.org/873679
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.27.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild index 21e2c080b256..1b3badff8b5f 100644 --- a/app-i18n/ibus/ibus-1.5.27.ebuild +++ b/app-i18n/ibus/ibus-1.5.27.ebuild @@ -83,6 +83,7 @@ src_prepare() { sed -i "/UCD_DIR=/s/\$with_emoji_annotation_dir/\$with_ucd_dir/" configure.ac if ! has_version 'x11-libs/gtk+:3[wayland]'; then touch ui/gtk3/panelbinding.vala \ + ui/gtk3/panel.vala \ ui/gtk3/emojierapp.vala || die fi if ! use emoji; then |