diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-13 22:08:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-15 12:24:58 -0700 |
commit | 648fb67294c4b900b0e97838e521f20914358409 (patch) | |
tree | f4d493624f9fea2103692628ea27ff551814e3a3 /app-i18n/ibus/metadata.xml | |
parent | app-i18n/ibus: Add IUSE=+gtk4 (diff) | |
download | gentoo-648fb67294c4b900b0e97838e521f20914358409.tar.gz gentoo-648fb67294c4b900b0e97838e521f20914358409.tar.bz2 gentoo-648fb67294c4b900b0e97838e521f20914358409.zip |
app-i18n/ibus: Split IUSE=+gtk3 from IUSE=+gtk
Before this commit, the USE=gtk flag did two things in one:
1. enabled the GTK+3 UI
2. enabled the GTK+3 IM module
The new IUSE=gtk3 flag will control case #2. A later commit will rename
IUSE=gtk (which controls case #1) to IUSE=gui to be more in line with
Gentoo policies.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-i18n/ibus/metadata.xml')
-rw-r--r-- | app-i18n/ibus/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/ibus/metadata.xml b/app-i18n/ibus/metadata.xml index 940da8fb7bc4..b94c839a675b 100644 --- a/app-i18n/ibus/metadata.xml +++ b/app-i18n/ibus/metadata.xml @@ -13,6 +13,7 @@ <use> <flag name="emoji">Enable support for Emoji</flag> <flag name="gtk2">Enable the GTK-2 input method module</flag> + <flag name="gtk3">Enable the GTK-3 input method module</flag> <flag name="gtk4">Enable the GTK-4 input method module</flag> <flag name="unicode">Enable support for Unicode choice</flag> </use> |