ibus: add --disable-gtk2

This is needed if GTK+-2 is not installed.
This commit is contained in:
Pierre Labastie 2023-12-10 09:39:31 +01:00
parent a9e15aa438
commit 8a721c7612

View File

@ -170,6 +170,7 @@ PYTHON=python3 \
--disable-python2 \
--disable-appindicator \
--disable-emoji-dict \
--disable-gtk2 \
--disable-systemd-services &&
make</userinput></screen>
@ -180,6 +181,7 @@ PYTHON=python3 \
--sysconfdir=/etc \
--disable-python2 \
--disable-appindicator \
--disable-gtk2 \
--disable-emoji-dict &amp;&amp;
make</userinput></screen>
@ -214,9 +216,8 @@ make</userinput></screen>
</para>
<para>
<option>--disable-gtk2</option>: This switch disables building
the <application>GTK+ 2</application> immodule. Use it if
you have not installed <application>GTK+ 2</application>.
<parameter>--disable-gtk2</parameter>: This switch removes the dependency
on <application>GTK+-2</application>.
</para>
<para>
@ -255,7 +256,7 @@ make</userinput></screen>
<para>
<envar>PYTHON=python3</envar>: This environment variable makes
the <command>autogen.sh</command> script look for
the <command>configure</command> script look for
<application>Python 3</application>. Use it if you want
to build the <application>Python 3</application> support
library.